Postgres refuse de fonctionner. J'utilise la version 9.2 et je suis un débutant.
Je crée une base de données. Je la liste et elle n'est pas là ? Il n'y a pas d'erreur ! Où est-il passé ? A-t-elle jamais été créée ?
postgres-# creatdb test
postgres-# \list
List of databases
Name | Owner | Encoding | Collate | Ctype | Access privileges
-----------+----------+----------+-------------+-------------+-----------------------
postgres | postgres | UTF8 | en_PH.UTF-8 | en_PH.UTF-8 |
template0 | postgres | UTF8 | en_PH.UTF-8 | en_PH.UTF-8 | =c/postgres +
| | | | | postgres=CTc/postgres
template1 | postgres | UTF8 | en_PH.UTF-8 | en_PH.UTF-8 | =c/postgres +
| | | | | postgres=CTc/postgres
(3 rows)
postgres-#
postgres@ubuntu:/home/ubuntu$ psql -h 127.0.0.1 -U postgres -d test
Password for user postgres:
psql: FATAL: database "test" does not exist