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.