On 09/26/21 18:28, Tom Lane wrote:
> "Efrain J. Berdecia" 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.
I
"Efrain J. Berdecia" writes:
> Are there any plans to add a create and last updated time stamp field to any
> and all objects in postgres?
No. This has been proposed and rejected (more than once).
regards, tom lane
On Sun, Sep 26, 2021 at 1:11 PM Efrain J. Berdecia
wrote:
> Are there any plans to add a create and last updated time stamp field to
> any and all objects in postgres?
>
> Possibly even adding a updated_by documenting which role created and last
> updated the object.
>
> All done natively and wit
Are there any plans to add a create and last updated time stamp field to any
and all objects in postgres?
Possibly even adding a updated_by documenting which role created and last
updated the object.
All done natively and without the need for extra extensions.
Thanks in advance.