Re: Post Install / Secure PostgreSQL

From: David Wilson <david(dot)t(dot)wilson(at)gmail(dot)com>
To: Carlos Mennens <carlos(dot)mennens(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Post Install / Secure PostgreSQL
Date: 2010-09-15 17:44:24
Message-ID: AANLkTimbT0jG4QPnL4dNZ__12S_TDJS1MzEXx+4-aTtT@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Sep 15, 2010 at 1:36 PM, Carlos Mennens <carlos(dot)mennens(at)gmail(dot)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(dot)t(dot)wilson(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Broersma 2010-09-15 17:45:25 Re: Post Install / Secure PostgreSQL
Previous Message John R Pierce 2010-09-15 17:43:12 Re: Post Install / Secure PostgreSQL