Don't recommend "DROP SCHEMA information_schema CASCADE".
authorNoah Misch <noah@leadboat.com>
Wed, 27 Sep 2017 05:39:44 +0000 (22:39 -0700)
committerNoah Misch <noah@leadboat.com>
Wed, 27 Sep 2017 05:39:44 +0000 (22:39 -0700)
commit59597e6485847ae40eab2e80ff04af3e8663f2d8
tree056fbdff72872a8201bb99e0a421a70e5cea92c0
parentfa41461205ae4eb417045825583c3209e5a4f339
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.GE3963697@rfd.leadboat.com
doc/src/sgml/release-9.2.sgml
doc/src/sgml/release-9.3.sgml
doc/src/sgml/release-9.4.sgml
doc/src/sgml/release-9.5.sgml
doc/src/sgml/release-9.6.sgml