how to check the creation date of a postgres database? - Mailing list pgsql-admin

From Jessica Richard
Subject how to check the creation date of a postgres database?
Date
Msg-id 20060920154509.76447.qmail@web58313.mail.re3.yahoo.com
Whole thread Raw
Responses 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>)
List 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 by date:

Previous
From: "Mr. Dan"
Date:
Subject: Re: COPY FROM command v8.1.4
Next
From: Chris Mair
Date:
Subject: Re: how to check the creation date of a postgres database?