Skip to content

Migration script generated by pg_diff treats views as tables #280

Description

@divin-kp

The migration script generated by pg_diff tool is not recognizing views correctly and is treating them as tables. This leads to incorrect migration of views during the database schema comparison process.

Expected Behavior:
The migration script should correctly recognize views as views and handle them accordingly during the database schema comparison process.

Actual Behavior:
The migration script generated by pg_diff tool incorrectly treats views as tables, resulting in incorrect migration of views.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions