Skip to content

fix(pg): manage event triggers in SDL catalog#141

Merged
rebelice merged 1 commit into
mainfrom
codex/fix-pg-event-trigger-sdl
May 14, 2026
Merged

fix(pg): manage event triggers in SDL catalog#141
rebelice merged 1 commit into
mainfrom
codex/fix-pg-event-trigger-sdl

Conversation

@rebelice
Copy link
Copy Markdown
Collaborator

Summary

  • add catalog support for CREATE/ALTER/DROP/COMMENT ON EVENT TRIGGER
  • include event triggers in SDL ordering, diff, migration generation, cloning, comments, rename, and dependency cleanup
  • validate event trigger functions and command tag filters against PostgreSQL behavior, including table_rewrite tags

Verification

  • go test ./pg/...
  • git diff --check
  • local parity check against ~/Github/postgres/src/include/tcop/cmdtaglist.h for event_trigger_ok/table_rewrite_ok

@rebelice rebelice merged commit 696c014 into main May 14, 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.

1 participant