소개
The pg-dump-reference skill acts as a specialized knowledge layer for developers working with PostgreSQL internals. It leverages pg_dump as the authoritative source for querying system catalogs, understanding internal object representations, and handling complex dependency relationships. Whether you are building database migration tools, ORMs, or schema inspectors, this skill helps you implement robust logic by following the same patterns used by the official PostgreSQL dump utility, ensuring compatibility across versions 14 through 17.