-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Add support for comparing and generating migrations for PostgreSQL Views.
Motivation
Views are commonly used for complex queries, reporting, and data abstraction. Users need to track view changes across environments.
Acceptance Criteria
- Introspect views from information_schema
- Compare view definitions between source and target
- Generate CREATE/DROP VIEW statements
- Add tests
Additional Context
pgquarrel and pgdiff already support this. We should too!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request