Postgres Syntax

Consult PostgreSQL's parser and grammar (gram.y) to understand SQL syntax, DDL statement structure, and parsing rules when implementing pgschema features. Use this skill when generating DDL in internal/diff/*.go, validating SQL syntax, understanding keyword precedence, or learning how PostgreSQL handles specific constructs like triggers, indexes, generated columns, or constraint triggers.

pgplex 11e6cce 4.0 KB Updated

File contents

pgplex/pgschema/tree/main/.claude/skills/postgres_syntax commit 11e6ccee39

Frequently asked questions

npx skillmds@latest add pgplex/postgres-syntax