View Revisions: Issue #6882
Summary | 0006882: Capture TRUNCATE table events in PostgreSQL database | ||
---|---|---|---|
Revision | 2025-07-10 17:13 by pbelov | ||
Additional Information | Due to issues with trigger rebuilds in versions of PostgreSQL 13 and older, this new feature (Truncate Event capture) is not supported on those versions. PostgreSQL docs: Create Trigger https://www.postgresql.org/docs/17/sql-createtrigger.html Trigger functions https://www.postgresql.org/docs/current/functions-event-triggers.html |
||
Revision | 2025-05-09 18:39 by pbelov | ||
Additional Information | PostgreSQL docs: Create Trigger https://www.postgresql.org/docs/17/sql-createtrigger.html Trigger functions https://www.postgresql.org/docs/current/functions-event-triggers.html |
||
Revision | 2025-05-09 18:18 by pbelov | ||
Additional Information |