Re: Post Install / Secure PostgreSQL

Поиск
Список
Период
Сортировка
Искать
От
John R Pierce
Тема
Re: Post Install / Secure PostgreSQL
Дата
Msg-id
4C9105B0.9060500@hogranch.com
Ответ на
Список
Дерево обсуждения
Re: Post Install / Secure PostgreSQL björn lundin <b.f.lundin@gmail.com>
Re: Post Install / Secure PostgreSQL Sam Mason <sam@samason.me.uk>
Re: Post Install / Secure PostgreSQL Carlos Mennens <carlos.mennens@gmail.com>
Re: Post Install / Secure PostgreSQL Tom Lane <tgl@sss.pgh.pa.us>
Re: Post Install / Secure PostgreSQL Craig Ringer <craig@postnewspapers.com.au>
Re: Post Install / Secure PostgreSQL Carlos Mennens <carlos.mennens@gmail.com>
Re: Post Install / Secure PostgreSQL Alan Hodgson <ahodgson@simkin.ca>
Re: Post Install / Secure PostgreSQL Greg Smith <greg@2ndquadrant.com>
Re: Post Install / Secure PostgreSQL Craig Ringer <craig@postnewspapers.com.au>
Re: Post Install / Secure PostgreSQL Carlos Mennens <carlos.mennens@gmail.com>
Re: Post Install / Secure PostgreSQL John R Pierce <pierce@hogranch.com>
Re: Post Install / Secure PostgreSQL Tom Lane <tgl@sss.pgh.pa.us>
Re: Post Install / Secure PostgreSQL Carlos Mennens <carlos.mennens@gmail.com>
Re: Post Install / Secure PostgreSQL John R Pierce <pierce@hogranch.com>
Re: Post Install / Secure PostgreSQL Carlos Mennens <carlos.mennens@gmail.com>
Re: Post Install / Secure PostgreSQL Alan Hodgson <ahodgson@simkin.ca>
Re: Post Install / Secure PostgreSQL Tom Lane <tgl@sss.pgh.pa.us>
Re: Post Install / Secure PostgreSQL John R Pierce <pierce@hogranch.com>
Re: Post Install / Secure PostgreSQL Craig Ringer <craig@postnewspapers.com.au>
Re: Post Install / Secure PostgreSQL David Wilson <david.t.wilson@gmail.com>
Re: Post Install / Secure PostgreSQL Richard Broersma <richard.broersma@gmail.com>
Re: Post Install / Secure PostgreSQL Richard Broersma <richard.broersma@gmail.com>
Re: Post Install / Secure PostgreSQL Carlos Mennens <carlos.mennens@gmail.com>
Re: Post Install / Secure PostgreSQL Carlos Mennens <carlos.mennens@gmail.com>
Re: Post Install / Secure PostgreSQL Scott Marlowe <scott.marlowe@gmail.com>
  On 09/15/10 10:36 AM, Carlos Mennens wrote:
> On Wed, Sep 15, 2010 at 1:34 PM, John R Pierce  wrote:
>> no, there is no such state in postgres.  you connect and log into a
>> database.  connecting to a different database requires closing that
>> connection and opening a new one (which is what the \c command does in
>> psql).
> Thanks but then I am confused why I am getting the following:
>
> 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
>

the 'postgres' database on your system is empty.   this is quite 
typical, as that database is simply a convenience for the postgres user 
to have something to log into while doing his administrative duties.


В списке pgsql-general по дате отправления
От: Carlos Mennens
Дата:
От: David Wilson
Дата:
FAQ