Re: Q on requirement to connect to a specific DB

Поиск
Список
Период
Сортировка
От Sean Davis
Тема Re: Q on requirement to connect to a specific DB
Дата
Msg-id 4467CE19.1010300@mail.nih.gov
обсуждение исходный текст
Ответ на Q on requirement to connect to a specific DB  (<kynn@panix.com>)
Список pgsql-novice
kynn@panix.com wrote:
> As far as I understand, one always has to connect to a specific
> database even when what one wants to do does not have anything to do
> with any existing database.  For example, suppose I just want to
> create a new database.  As far as I know I must connect to *some*
> database, whose role is irrelevant, just so that I can execute "CREATE
> DATABASE ..."  from that connection.

You can also use the createdb program.

Sean

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

Предыдущее
От:
Дата:
Сообщение: Q on requirement to connect to a specific DB
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Q on requirement to connect to a specific DB