Skip to content

Track columns/tables referred to by views #232

Description

@SamuelSchlesinger

Postgres will give you a runtime error if you remove or alter a column or table that is currently in use by a view. Squeal currently does not track that information and thus will have the same runtime error. It would be useful to track that information so that we could alert the user that the view is no longer valid.

Activity

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

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions