Adds PL/pgSQL functions that reconstruct CREATE TYPE definitions from pg_catalog metadata.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_catalog_get_defs |
|---|---|
| Version | 0.1.0 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 2 |
| Latest commit | 2023-01-20 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| meta_triggers | Insert, update and delete triggers for the meta system catalog |
| pg_global_catalog | PostgreSQL global catalog |
| cat_tools | Tools for interfacing with the PostgreSQL catalog |
| ddl_versioning | DDL object versioning with event triggers for tables, indexes, functions, and views. |
| track_renames | Event-trigger function that forwards PostgreSQL object rename details to a configurable callback. |
| non_truncate | Disables TRUNCATE by raising an error from a ProcessUtility hook |
| pg_dbo_timestamp | PostgreSQL extension for storing time and author of database structure modification. |
| ddla | Audit DDL changes with event triggers and queryable log functions |