DDL object versioning with event triggers for tables, indexes, functions, and views.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | ddl_versioning |
|---|---|
| Version | 1.0 |
| PostgreSQL versions | 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | Yes |
| Relocatable | No |
| Schema | public |
| Stars | 5 |
| Latest commit | 2023-04-20 |
| Catalogue updated | 2026-08-30 |
| ddla | Audit DDL changes with event triggers and queryable log functions |
| track_renames | Event-trigger function that forwards PostgreSQL object rename details to a configurable callback. |
| ddlx | DDL eXtractor functions |
| implicit_schema | Event-trigger extension that automatically creates a schema when a table or view is created in a missing schema. |
| schema_triggers | Archived C hook extension adding relation, column, and trigger schema-change events to PostgreSQL event triggers. |
| pg_dbo_timestamp | PostgreSQL extension for storing time and author of database structure modification. |
| ddl_repl | Replicate DDL and DCL commands across PostgreSQL instances by means of a utility hook |
| non_truncate | Disables TRUNCATE by raising an error from a ProcessUtility hook |