Postgres Core API Surface

Use when navigating PostgreSQL's SQL surface, picking the right system catalog, or learning psql meta-commands. Prevents grabbing information_schema when pg_catalog is faster, or hunting for system info without knowing the catalog map. Covers DDL/DML/DCL/TCL grammar overview, psql meta-commands, pg_catalog vs information_schema decision tree, system catalog map. Keywords: pg_catalog, information_schema, psql, meta-commands, system catalogs, DDL, DML, DCL, TCL, MERGE, ON CONFLICT, where is my table info, how to list users, how to inspect schema, what does \d do

Impertio-Studio Updated

File contents

impertio-studio/postgresql-claude-skill-package/tree/main/skills/source/postgres-core/postgres-core-api-surface commit b4dd037a16

Frequently asked questions

npx skillmds@latest add impertio-studio/postgres-core-api-surface