On Wed, Dec 17, 2025 at 2:41 AM Matthias Leisi <matthias@leisi.net> wrote:
The table contains some ten thousand rows, five columns, and we already record created / last updated using triggers.
...
Any other ways this could be achieved?
It depends a lot on how the table is accessed, but you could use a function (or group of functions) that returns the information from the table, and along the way, updates the requested metadata.