select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Features

schema_triggers

Archived C hook extension adding relation, column, and trigger schema-change events to PostgreSQL event triggers.

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepg_schema_triggers
Version0.1
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typePreloaded
Project statusArchived
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableNo
Shared librariesschema_triggers
Schemaschema_triggers
Stars11
Latest commit2026-01-05
Latest release2013-10-11
Catalogue updated2026-08-30

Related extensions

See also

implicit_schemaEvent-trigger extension that automatically creates a schema when a table or view is created in a missing schema.
ddl_versioningDDL object versioning with event triggers for tables, indexes, functions, and views.
ddlaAudit DDL changes with event triggers and queryable log functions
track_renamesEvent-trigger function that forwards PostgreSQL object rename details to a configurable callback.
pg_dbo_timestampPostgreSQL extension for storing time and author of database structure modification.
non_truncateDisables TRUNCATE by raising an error from a ProcessUtility hook
ddl_replReplicate DDL and DCL commands across PostgreSQL instances by means of a utility hook
meta_triggersInsert, update and delete triggers for the meta system catalog