]> granicus.if.org Git - postgresql/commit
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:47 +0000 (22:39 -0700)
commitb5ee5328bdd086fa7db1845928ef0bc87b495aaf
tree0fbba57e20edf2af581691780b9ab25dd1fb06e7
parentf4aac742c8293b1a0535a8133f926d46474300f0
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