View Revisions: Issue #6882
Summary | 0006882: Capture TRUNCATE table events in PostgreSQL database | ||
---|---|---|---|
Revision | 2025-05-09 18:39 by pbelov | ||
Description | The PostgreSQL database supports triggers for TRUNCATE table events. Currently these events are not being captured by the existing DDL trigger feature. The TRUNCATE table event in PostgreSQL is: * A table-level event (not a row-level or schema-level event). * Must be implemented via a function or procedure. |
||
Revision | 2025-05-09 18:18 by pbelov | ||
Description | The PostgreSQL database supports triggers for TRUNCATE table events. Currently these events are not being captured by the existing DDL trigger feature. |