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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Is there a way to get an update date for objects in pg_class
Дата
Msg-id CAB7nPqSWn=_cafamUGndzP4M7cWHZ9-Jc9e2efMqS9kAu88Uzw@mail.gmail.com
обсуждение исходный текст
Ответ на Is there a way to get an update date for objects in pg_class  (Néstor Boscán <nestorjb@gmail.com>)
Ответы Re: Is there a way to get an update date for objects in pg_class  (Néstor Boscán <nestorjb@gmail.com>)
Список pgsql-general
On Tue, Jul 15, 2014 at 9:42 AM, Néstor Boscán <nestorjb@gmail.com> 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 object occurred. An
alternative would be to have server logs verbose enough to report this
information.
Regards,
--
Michael


В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Quering complete PLPGSQL code
Следующее
От: Marc Mamin
Дата:
Сообщение: FW: operator is not unique: smallint[] @> smallint[] You might need to add explicit type casts (!)