]> 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)
commit6525a3a70968007666b5fce440f57b8bf7e6303f
treed1b5c6a0897cf216181702828ca855dcae4603be
parent9d0d0fe57cccc81430930957ab12fa270e5351d2
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