Re: How to find table creation time - Mailing list pgsql-admin

From Jerry Sievers
Subject Re: How to find table creation time
Date
Msg-id 86mwfvd8eh.fsf@jerry.enova.com
Whole thread Raw
In response to How to find table creation time  (Nik Tek <niktek2005@gmail.com>)
List pgsql-admin
Nik Tek <niktek2005@gmail.com> writes:

> Hi,
>
> Is there a way to find table creation time in postgres?
> pg version is 9.0

Not retroactively unless (as already discussed here)  you had DDL
logging enabled.

But see docs relating to EVENT triggers when you move to 9.3 or higher
release at some point.

>
> Thank you
> Nik
>

--
Jerry Sievers
Postgres DBA/Development Consulting
e: postgres.consulting@comcast.net
p: 312.241.7800


pgsql-admin by date:

Previous
From: Jason Mathis
Date:
Subject: Re: How to find table creation time
Next
From: Murthy Nunna
Date:
Subject: Re: robust archiving of WAL segments