You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DDL_log_to_table/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ DDL команды обычно логируются в общем большо
29
29
Не журналируется:
30
30
* Создание, удаление, модификация пользователей и ролей, включая изменение атрибутов и пароля. [Почему так](https://www.postgrespro.ru/docs/postgresql/14/event-trigger-definition).
31
31
* Событие `ddl_command_start` для запросов `DROP INDEX CONCURRENTLY ...`. [Почему так](https://github.com/rin-nas/postgresql-patterns-library/issues/4).
32
+
* До PostgreSQL 17-й версии не журналируется команда `REINDEX`. См. https://pgpedia.info/e/event-trigger.html
0 commit comments