Re: Post Install / Secure PostgreSQL

Поиск
Список
Период
Сортировка
От David Wilson
Тема Re: Post Install / Secure PostgreSQL
Дата
Msg-id AANLkTimbT0jG4QPnL4dNZ__12S_TDJS1MzEXx+4-aTtT@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Post Install / Secure PostgreSQL  (Carlos Mennens <carlos.mennens@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Post Install / Secure PostgreSQL
Следующее
От: Richard Broersma
Дата:
Сообщение: Re: Post Install / Secure PostgreSQL