Don't recommend "DROP SCHEMA information_schema CASCADE".

Noah Misch <noah@leadboat.com>

Commit: 59597e6485847ae40eab2e80ff04af3e8663f2d8
Author: Noah Misch <noah@leadboat.com>
Date: 2017-09-27T05:39:44Z
Releases: 11.0
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

Files

Discussion