Skip to content

Add support for PostgreSQL CREATE RULE - #2433

Open
LucaCappelletti94 wants to merge 2 commits into
apache:mainfrom
LucaCappelletti94:pg-create-rule
Open

Add support for PostgreSQL CREATE RULE#2433
LucaCappelletti94 wants to merge 2 commits into
apache:mainfrom
LucaCappelletti94:pg-create-rule

Conversation

@LucaCappelletti94

@LucaCappelletti94 LucaCappelletti94 commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

The parser does not recognize CREATE RULE at all, so any PostgreSQL schema that defines rewrite rules fails to parse. pg_dump emits rules whenever a schema has them, which makes complete schema dumps unparseable.

Documentation: https://www.postgresql.org/docs/current/sql-createrule.html

@LucaCappelletti94
LucaCappelletti94 marked this pull request as ready for review August 7, 2026 06:33
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.

1 participant