CREATE VIEW
features:
CREATE OR REPLACE VIEW
for creation and modificationsDROP VIEW IF EXISTS view_name CASCADE;
CREATE OR REPLACE
, allowing seamless updates to view definitions without dropping dependent objects. pgschema leverages this feature for efficient view migrations.