Re: Fastest way to check database's existence

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Fastest way to check database's existence
Дата
Msg-id AANLkTi=XZkU8x7LEM1ZWDQBaQNOpeMFGQuVGqQwp=YDD@mail.gmail.com
обсуждение исходный текст
Ответ на Fastest way to check database's existence  (Kynn Jones <kynnjo@gmail.com>)
Список pgsql-general
> Is there an even faster way to check for a database's existence that does
> not require establishing a connection?
> (Maybe this question would be more suitable for the pgsql-performance list?)

No. You have to connect to some database in particular to do anything.
That's why the postgres database exists.


--
Regards,
Peter Geoghegan

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

Предыдущее
От: Kynn Jones
Дата:
Сообщение: Fastest way to check database's existence
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Fastest way to check database's existence