概要
The pg_dump Reference skill serves as a technical bridge between the official PostgreSQL source code and your development workflow. It provides precise instructions for querying internal system catalogs, handling complex database objects like triggers and constraints, and managing version-specific features across PostgreSQL 14-17. By treating pg_dump as the 'source of truth,' this skill ensures that database introspection and DDL generation logic remain robust, accurate, and aligned with PostgreSQL's internal representation of objects.