Re: Post Install / Secure PostgreSQL

Поиск
Список
Период
Сортировка
От Richard Broersma
Тема Re: Post Install / Secure PostgreSQL
Дата
Msg-id AANLkTimwVM+ew9eL_jQPaUaaj1Q2H+Pf0DxHUPMuO37E@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Post Install / Secure PostgreSQL  (Carlos Mennens <carlos.mennens@gmail.com>)
Список pgsql-general
On Wed, Sep 15, 2010 at 10:36 AM, Carlos Mennens
<carlos.mennens@gmail.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

В списке pgsql-general по дате отправления:

Предыдущее
От: David Wilson
Дата:
Сообщение: Re: Post Install / Secure PostgreSQL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Post Install / Secure PostgreSQL