Re: get last timestamp of table ddl - Mailing list pgsql-general

From Luca Ferrari
Subject Re: get last timestamp of table ddl
Date
Msg-id CAKoxK+5R2pzqRrjY2AXap-Etm+gEY1FYsK6krVMTsM=Qbh27FQ@mail.gmail.com
Whole thread Raw
In response to Re: get last timestamp of table ddl  (hubert depesz lubaczewski <depesz@depesz.com>)
List pgsql-general
On Wed, Nov 24, 2021 at 3:09 PM hubert depesz lubaczewski
<depesz@depesz.com> wrote:
> You could add event triggers to achieve similar functionality.
> https://www.depesz.com/2012/07/29/waiting-for-9-3-event-triggers/
> and
> https://www.postgresql.org/docs/current/sql-createeventtrigger.html


Thanks, I was ware of event triggers, and of course it is pretty much
the same approach I see (quite often) in "userland" to track (audit)
changes in data: I mean a table trigger that logs some data change.
However, I was curious about already available ways to do that.

Luca



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: RPM package issue
Next
From: Luca Ferrari
Date:
Subject: Re: get last timestamp of table ddl