Skip to content

Migration script generated by pg_diff treats views as tables #280

@divin-kp

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.

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