select open change scope Open full search

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

Extensions / Administration

autopex

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

Overview

Packageautopex
Version0
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Project statusArchived
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars10
Latest commit2013-06-18
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.
pginstallPostgreSQL extension installer that hooks CREATE EXTENSION to fetch and install extension archives.
track_renamesEvent-trigger function that forwards PostgreSQL object rename details to a configurable callback.
event_managerLoosely coupled PostgreSQL event trigger and queue system with synchronous or asynchronous processing.
ddl_versioningDDL object versioning with event triggers for tables, indexes, functions, and views.
ddlaAudit DDL changes with event triggers and queryable log functions
extension_dropRun custom commands when an extension is dropped.
schema_triggersArchived C hook extension adding relation, column, and trigger schema-change events to PostgreSQL event triggers.