Event-trigger extension that invokes Pex to automatically download and build PostgreSQL extensions when CREATE EXTENSION is run.
pgext.cloud · Source code · Documentation · Control file
| Package | autopex |
|---|---|
| Version | 0 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Archived |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 10 |
| Latest commit | 2013-06-18 |
| Catalogue updated | 2026-08-30 |
| implicit_schema | Event-trigger extension that automatically creates a schema when a table or view is created in a missing schema. |
| pginstall | PostgreSQL extension installer that hooks CREATE EXTENSION to fetch and install extension archives. |
| track_renames | Event-trigger function that forwards PostgreSQL object rename details to a configurable callback. |
| event_manager | Loosely coupled PostgreSQL event trigger and queue system with synchronous or asynchronous processing. |
| 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 |
| extension_drop | Run custom commands when an extension is dropped. |
| schema_triggers | Archived C hook extension adding relation, column, and trigger schema-change events to PostgreSQL event triggers. |