Event-trigger extension that automatically creates a schema when a table or view is created in a missing schema.
pgext.cloud · Source code · Documentation · Control file
| Package | pg_implicit_schema |
|---|---|
| Version | 0.1 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 4 |
| Latest commit | 2018-02-01 |
| Catalogue updated | 2026-08-30 |
| schema_triggers | Archived C hook extension adding relation, column, and trigger schema-change events to PostgreSQL event triggers. |
| track_renames | Event-trigger function that forwards PostgreSQL object rename details to a configurable callback. |
| ddl_versioning | DDL object versioning with event triggers for tables, indexes, functions, and views. |
| ddla | Audit DDL changes with event triggers and queryable log functions |
| pg_dbo_timestamp | PostgreSQL extension for storing time and author of database structure modification. |
| non_truncate | Disables TRUNCATE by raising an error from a ProcessUtility hook |
| ddl_repl | Replicate DDL and DCL commands across PostgreSQL instances by means of a utility hook |
| meta_triggers | Insert, update and delete triggers for the meta system catalog |