logs transaction ids of drop table, drop column, drop materialized view statements
pgext.cloud · Source code · Control file · PGXN
| Package | pg_drop_events |
|---|---|
| Version | 0.1.0 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PIGSTY |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | public |
| Stars | 7 |
| Latest commit | 2025-01-18 |
| Latest release | 2025-01-18 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| table_log | record table modification logs and PITR for table/row |
| safeupdate | Require criteria for UPDATE and DELETE |
| pg_strict | Prevent dangerous UPDATE and DELETE without WHERE clause |
| pg_savior | Postgres extension to save OOPS mistakes |
| pgmemento | Transaction-based audit trail with schema versioning |
| pgaudit | provides auditing functionality |
| pgelog | Extended logging via pseudo-autonomous transactions |
| block_copy_command | Block COPY commands via a configurable ProcessUtility hook |
| pg_kpart | Reject full partition scans that omit the partition key |
| data_historization | PLPGSQL Script to historize data in partitionned table |