On Sun, Sep 26, 2021 at 1:11 PM Efrain J. Berdecia <ejberde...@yahoo.com> 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 without the need for extra extensions. > > Thanks in advance. > Why would you need that? Each timestamp[tz] value is 8 bytes. And setting up values via defaults and triggers is straightforward, isn't it?