Re: recording of INDEX creation in tables

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: recording of INDEX creation in tables
Дата
Msg-id CAKFQuwbMTHBXFYyoB-bAvsKMUh+6MsQWwgFof+joC4h2SEcWzA@mail.gmail.com
обсуждение исходный текст
Ответ на recording of INDEX creation in tables  (Matthias Apitz <guru@unixarea.de>)
Ответы Re: recording of INDEX creation in tables
Список pgsql-general
On Fri, Jan 21, 2022 at 5:39 AM Matthias Apitz <guru@unixarea.de> 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.

В списке pgsql-general по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: How are md5.h: pg_md5_hash() function and below functions working?
Следующее
От: Matthias Apitz
Дата:
Сообщение: Re: recording of INDEX creation in tables