Don't recommend "DROP SCHEMA information_schema CASCADE".
authorNoah Misch
Wed, 27 Sep 2017 05:39:44 +0000 (22:39 -0700)
committerNoah Misch
Wed, 27 Sep 2017 05:39:47 +0000 (22:39 -0700)
commit43661926deb7d412ae3a22a43dadb9def7b7e46c
tree4368d284f895ffc3793841459a2ddf15aa7dbd10
parent6c77b47b2e8edbe6446a42adc6099d1543e69214
Don't recommend "DROP SCHEMA information_schema CASCADE".

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[email protected]
doc/src/sgml/release-9.2.sgml
doc/src/sgml/release-9.3.sgml