Re: [GENERAL] Is there a way to get an update date for objects in pg_class

2014-07-15 Thread Néstor Boscán
Thanks On Tuesday, July 15, 2014, Michael Paquier wrote: > On Tue, Jul 15, 2014 at 9:42 AM, Néstor Boscán wrote: >> I want to know if there is a way to get the last modified date of the >> objects structure like tables, views or sequences. > Not directly within the server if this is what you me

Re: [GENERAL] Is there a way to get an update date for objects in pg_class

2014-07-14 Thread Michael Paquier
On Tue, Jul 15, 2014 at 9:42 AM, Néstor Boscán wrote: > I want to know if there is a way to get the last modified date of the > objects structure like tables, views or sequences. Not directly within the server if this is what you mean as catalog tables do not track timestamps when changes to an o