Re: PostgreSQL Account and Object Timestamp Logging

David G. Johnston <david.g.johnston@gmail.com>

From: "David G. Johnston" <david.g.johnston@gmail.com>
To: 張宸瑋 <kenny020307@gmail.com>
Cc: "pgsql-general@lists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2025-09-19T03:07:19Z
Lists: pgsql-general
On Thursday, September 18, 2025, 張宸瑋 <kenny020307@gmail.com> wrote:
>
>
> I would like to ask if there are any built-in features or extensions in
> open-source PostgreSQL—aside from the AUDIT mechanisms—that allow us to
> query or log the creation time of user accounts and database objects.
>
>
That information is not captured/retained by a PostgreSQL cluster.  See
many previous discussions from the mailing list archives.

David J.