Re: Determining when a row was inserted

Поиск
Список
Период
Сортировка
От Terry Lee Tucker
Тема Re: Determining when a row was inserted
Дата
Msg-id 200506020850.45323.terry@esc1.com
обсуждение исходный текст
Ответ на Determining when a row was inserted  ("Eisenhut, Glenn" <glenn.eisenhut@bearingpoint.com>)
Ответы Re: Determining when a row was inserted
Список pgsql-general
I don't think there is a way to do that. You'll have to create an audit table
and a rule to update it or you'll have to add a column to the table and a
trigger to update it.

On Thursday 02 June 2005 01:22 am, Eisenhut, Glenn saith:
> Folks - hi
>
> Is it possible to determine when a row was inserted into a table using the
> system catalogs or such. I have the situation where I need to find out when
> a user was added to a user table - the table was not setup with a date to
> track this.
>
> Thanks
> Glenn

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

Предыдущее
От: "Eisenhut, Glenn"
Дата:
Сообщение: Determining when a row was inserted
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Determining when a row was inserted