Re: Database Create Date

Поиск
Список
Период
Сортировка
От Andy Shellam (Mailing Lists)
Тема Re: Database Create Date
Дата
Msg-id 45A3B67F.30209@mailnetwork.co.uk
обсуждение исходный текст
Ответ на Database Create Date  ("Negandhi, Nishith" <Nishith.Negandhi@infoUSA.com>)
Ответы Re: Database Create Date  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Список pgsql-admin
Negandhi, Nishith wrote:
> Hi,
> I need to know the create date of databases on PosegreSQL.
> PG_DATABASE does not provide this information.
> Are there any other system catalogs that can provide the above
> information??
>
> Thanks
> !DSPAM:37,45a3b385137101969839670!
I'm sure there is (not known to me atm), but for a quick shot you could
find the DB's "OID" from pg_database and look at the create date of "<pg
data dir>/base/<db oid>"

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

Предыдущее
От: "Negandhi, Nishith"
Дата:
Сообщение: Database Create Date
Следующее
От: "Negandhi, Nishith"
Дата:
Сообщение: Re: Database Create Date