Re: Get the date of creation of objects in the database - Mailing list pgsql-general

From David G. Johnston
Subject Re: Get the date of creation of objects in the database
Date
Msg-id CAKFQuwaW4vnYbR5aVhG_YFExqMAkZzKpRLnBaZ-BqONvZPFNEA@mail.gmail.com
Whole thread Raw
In response to Get the date of creation of objects in the database  ("Edson F. Lidorio" <edson@openmailbox.org>)
Responses Re: Get the date of creation of objects in the database  (Zlatko Asenov <zlatko.asenov@gmail.com>)
Re: Get the date of creation of objects in the database  (Stephen Frost <sfrost@snowman.net>)
List pgsql-general
On Mon, Feb 22, 2016 at 3:00 PM, Edson F. Lidorio <edson@openmailbox.org> wrote:
Hello,

How to get the date of creation of objects in batabase?
For example: The date of creation of tables and trigger.

​The only source of data for that question is the local filesystem.  If that is acceptable you can find examples online provided to others who have asked this question.

If you want something internal to the database the answer is no.  Those same searches will turn up the various reasons why such a feature has not gotten any strong traction from the developers.

This was my search query:  "postgresql object creation time"

David J.

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Get the date of creation of objects in the database
Next
From: Zlatko Asenov
Date:
Subject: Re: Get the date of creation of objects in the database