Skip to content

docs: add Postgres AST guide#23

Merged
gregnr merged 3 commits intomainfrom
claude/add-postgres-ast-docs-LPCRy
Feb 12, 2026
Merged

docs: add Postgres AST guide#23
gregnr merged 3 commits intomainfrom
claude/add-postgres-ast-docs-LPCRy

Conversation

@gregnr
Copy link
Copy Markdown
Collaborator

@gregnr gregnr commented Feb 12, 2026

Explains how the AST works and is structured, including the mapping to PostgreSQL C parser structs via libpg_query, the node wrapping pattern, categories of nodes, and tips for reasoning about the tree.

claude and others added 3 commits February 12, 2026 14:47
Explains how the AST works and is structured, including the mapping
to PostgreSQL C parser structs via libpg_query, the node wrapping
pattern, categories of nodes, and tips for reasoning about the tree.

https://claude.ai/code/session_01L7kuXKKrsQsaxc2AKFw8uS
@gregnr gregnr merged commit 8b506c0 into main Feb 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants