Re: Creation date of postgres database

From: Pradeep Sharma <pradeep(dot)sharma(at)in2m(dot)com>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Creation date of postgres database
Date: 2006-03-30 11:50:00
Message-ID: Pine.LNX.4.63.0603301715350.13116@linux.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, 30 Mar 2006, Michael Fuhr wrote:

> On Thu, Mar 30, 2006 at 02:05:24PM +0530, Pradeep Sharma wrote:
> > Is there any way to get the date of creation of a database in Postgres?
> > Does postgres store this information in any system table.
>
> I'm not aware that the creation time is stored anywhere (except
> perhaps in query logs) but you might be able to infer it from the
> modification times of the oldest files in the database's directory.
> PG_VERSION looks like a good candidate -- the backend probably
> doesn't modify it after the database is created, so if nothing at
> the OS level has touched that file then its modification time should
> reflect the database's creation time.

Micheal,

Thanks for the reply. But I guess there is some communication gap between
me and you regarding this topic. As I understood from your reply is, you
are talking about the date of Postgres setup/installation/upgrade.

Am I right?

If I am right then sorry for the miscommunication. Please let me clarify
my question again.

Suppose I created a new database using the command:

CREATE DATABASE <database_name>

I want to know how can I get created date of the above database.

Thanks once again

--
Pradeep

>
> --
> Michael Fuhr
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Fuhr 2006-03-30 12:27:12 Re: Creation date of postgres database
Previous Message Michael Fuhr 2006-03-30 11:06:26 Re: Creation date of postgres database