मैं 'पोस्टग्रेस' सुपर उपयोगकर्ता के साथ एक नए पोस्टग्रेस्क्ल इंस्टॉल के साथ काम कर रहा हूं। के माध्यम से लॉग इन:पोस्टग्रेस्क्ल सुपरबियर के रूप में "बनाया गया" के साथ डीबी नहीं बना रहा है, फिर भी त्रुटियों को आउटपुट नहीं कर रहा है
sudo -u postgres psql
postgres=# createdb database
postgres-# \list
List of databases
Name | Owner | Encoding | Collation | Ctype | Access privileges
-----------+----------+----------+-------------+-------------+-----------------------
postgres | postgres | UTF8 | en_GB.UTF-8 | en_GB.UTF-8 |
template0 | postgres | UTF8 | en_GB.UTF-8 | en_GB.UTF-8 | =c/postgres
: postgres=CTc/postgres
template1 | postgres | UTF8 | en_GB.UTF-8 | en_GB.UTF-8 | =c/postgres
: postgres=CTc/postgres
कोई त्रुटि नहीं, फिर भी तालिका नहीं बनाई जा रही है। कोई विचार?
निकटता से संबंधित http://stackoverflow.com/questions/8537576/what-is-wrong-with-this-postgresql-query –