Re: Add create and update timestamp to all objects

2021-09-26 Thread Chapman Flack
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

Re: Add create and update timestamp to all objects

2021-09-26 Thread Tom Lane
"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

Re: Add create and update timestamp to all objects

2021-09-26 Thread Nikolay Samokhvalov
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

Add create and update timestamp to all objects

2021-09-26 Thread Efrain J. Berdecia
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.