Re: Fastest way to check database's existence - Mailing list pgsql-general

From Peter Geoghegan
Subject Re: Fastest way to check database's existence
Date
Msg-id AANLkTi=XZkU8x7LEM1ZWDQBaQNOpeMFGQuVGqQwp=YDD@mail.gmail.com
Whole thread Raw
In response to Fastest way to check database's existence  (Kynn Jones <kynnjo@gmail.com>)
List 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 by date:

Previous
From: Kynn Jones
Date:
Subject: Fastest way to check database's existence
Next
From: Raymond O'Donnell
Date:
Subject: Re: Fastest way to check database's existence