On Wed, Sep 15, 2010 at 1:36 PM, Carlos Mennens <carlos.mennens@xxxxxxxxx> wrote:
You initially connected to the postgres database because you were logging in as the postgres user...
... and then you *reconnected* to the same database by requesting to do so.
Thanks but then I am confused why I am getting the following:
You initially connected to the postgres database because you were logging in as the postgres user...
postgres=# \d
No relations found.
postgres=# \dt
No relations found.
... and then you *reconnected* to the same database by requesting to do so.
postgres=# \c postgres
psql (8.4.4)
You are now connected to database "postgres".
postgres=# \dt
No relations found.
postgres=# \d
--
- David T. Wilson
david.t.wilson@xxxxxxxxx