how to check the creation date of a postgres database?

Поиск
Список
Период
Сортировка
От Jessica Richard
Тема how to check the creation date of a postgres database?
Дата
Msg-id 20060920154509.76447.qmail@web58313.mail.re3.yahoo.com
обсуждение исходный текст
Ответы Re: how to check the creation date of a postgres database?  (Chris Mair <chrisnospam@1006.org>)
Re: how to check the creation date of a postgres  ("Tomeh, Husam" <htomeh@firstam.com>)
Re: how to check the creation date of a postgres database?  (Jim Nasby <jim@nasby.net>)
Список pgsql-admin
\l and  \l+ show only the database name, owner and description.
select * from pg_database does not have date info, either.

I would like to know when each of my databases were created.

Thanks,
Jessica


Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business.

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

Предыдущее
От: "Mr. Dan"
Дата:
Сообщение: Re: COPY FROM command v8.1.4
Следующее
От: Chris Mair
Дата:
Сообщение: Re: how to check the creation date of a postgres database?