Re: Add create and update timestamp to all objects

Поиск
Список
Период
Сортировка
От Chapman Flack
Тема Re: Add create and update timestamp to all objects
Дата
Msg-id 6150FC42.5070207@anastigmatix.net
обсуждение исходный текст
Ответ на Re: Add create and update timestamp to all objects  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 09/26/21 18:28, Tom Lane wrote:
> "Efrain J. Berdecia" <ejberdecia@yahoo.com> writes:
>> Are there any plans to add a create and last updated time stamp field to any and all objects in postgres?
> 
> No.

That said, if you'd be satisfied with a create OR last updated time,
there should already be a txid there.

If you have track_commit_timestamp turned on, there's your time.

If it's not turned on, but you want to know the time, there are ways.[0]

Regards,
-Chap


[0]https://stackoverflow.com/a/61788447/4062350



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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: When is int32 not an int32?
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: When is int32 not an int32?