关于
This skill provides specialized knowledge derived from the canonical PostgreSQL pg_dump implementation to assist in building database introspection tools and schema management features. It enables Claude to accurately navigate complex system catalogs like pg_attribute and pg_class, handle version-specific features for PostgreSQL 14 through 17, and implement correct DDL formatting. By referencing the source of truth for PostgreSQL schema dumping, it ensures that generated queries for triggers, constraints, indexes, and other objects are reliable and follow internal best practices.