On Fri, Jan 21, 2022 at 5:39 AM Matthias Apitz <guru@xxxxxxxxxxx> wrote:
Hello,
Does the PostgreSQL (11.4 or 13.1) record somewhere in system tables
the creation of INDEXes (or other objects)?
13.1? Really?
Features are not point-release dependent so v11 or v13 suffices when trying to figure out whether some feature exists.
PostgreSQL does not provide auditing-type information in its system tables, they simply represent the current state. Some features can be used to manually (possibly through community-provided extensions) record such data to non-system tables (which is usually fine with the proper permission setup) or the server log.
David J.