Re: Post Install / Secure PostgreSQL

From: Richard Broersma <richard(dot)broersma(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:45:25
Message-ID: AANLkTimwVM+ew9eL_jQPaUaaj1Q2H+Pf0DxHUPMuO37E@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Sep 15, 2010 at 10:36 AM, Carlos Mennens
<carlos(dot)mennens(at)gmail(dot)com> wrote:

> postgres=# \d
> No relations found.
> postgres=# \dt
> No relations found.
> postgres=# \c postgres
> psql (8.4.4)
> You are now connected to database "postgres".
> postgres=# \dt
> No relations found.
> postgres=# \d

try:

select current_database();

--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-09-15 17:55:03 Re: Post Install / Secure PostgreSQL
Previous Message David Wilson 2010-09-15 17:44:24 Re: Post Install / Secure PostgreSQL