Re: Post Install / Secure PostgreSQL - Mailing list pgsql-general

From David Wilson
Subject Re: Post Install / Secure PostgreSQL
Date
Msg-id AANLkTimbT0jG4QPnL4dNZ__12S_TDJS1MzEXx+4-aTtT@mail.gmail.com
Whole thread Raw
In response to Re: Post Install / Secure PostgreSQL  (Carlos Mennens <carlos.mennens@gmail.com>)
List pgsql-general


On Wed, Sep 15, 2010 at 1:36 PM, Carlos Mennens <carlos.mennens@gmail.com> wrote:
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@gmail.com

pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: Post Install / Secure PostgreSQL
Next
From: Richard Broersma
Date:
Subject: Re: Post Install / Secure PostgreSQL