Tools for interfacing with the PostgreSQL catalog
pgext.cloud · Source code · Website · Documentation · License text · Control file
| Package | cat_tools |
|---|---|
| Version | 0.3.0 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | PIGSTY |
| Extension type | SQL only |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | cat_tools |
| Stars | 3 |
| Latest commit | 2026-08-12 |
| Latest release | 2026-08-06 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| extension_drop | Run custom commands when an extension is dropped. |
| object_reference | Provides immutable references to Postgres objects. |
| pg_catalog_get_defs | Adds PL/pgSQL functions that reconstruct CREATE TYPE definitions from pg_catalog metadata. |
| pg_global_catalog | PostgreSQL global catalog |
| meta_triggers | Insert, update and delete triggers for the meta system catalog |
| pg_catcheck | Diagnosing system catalog corruption |
| pgdd | Introspect pg data dictionary via standard SQL |
| ddlx | DDL eXtractor functions |
| meta | Normalized, friendlier system catalog for PostgreSQL |
| object_reference | Provides immutable references to Postgres objects. |