mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03:00
It drops objects outside information_schema that depend on objects inside information_schema. For example, it will drop a user-defined view if the view query refers to information_schema. Discussion: https://postgr.es/m/20170831025345.GE3963697@rfd.leadboat.com