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

From Adrian Klaver
Subject Re: Get the date of creation of objects in the database
Date
Msg-id 56CBA579.6040502@aklaver.com
Whole thread Raw
In response to Re: Get the date of creation of objects in the database  ("Edson F. Lidorio" <edson@openmailbox.org>)
List pgsql-general
On 02/22/2016 03:24 PM, Edson F. Lidorio wrote:
>
>

> + 1
>
> Listen11similar discussionat [1]
>
> [1]
> http://pgsql-hackers.postgresql.narkive.com/TQSHWw1l/proposal-store-timestamptz-of-database-creation-on-pg-database

Where the above leads to is implementing a version control system inside
the database. Not necessarily a bad idea, but something I personally see
as better handled by dedicated version control software. Myself, I use
sqitch(http://sqitch.org/) in combination with Mercurial to keep track
of object creation and changes. Being independent of the database it
handles dealing with multiple instances(think dev, testing, production)
easier.

--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: "Edson F. Lidorio"
Date:
Subject: Re: Get the date of creation of objects in the database
Next
From: Michael Paquier
Date:
Subject: Re: synch streaming replication question