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/[email protected]

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bfd551570265049ea17f18f65a156c1d8ba66a23

Modified Files
--------------
doc/src/sgml/release-9.2.sgml | 44 ++++++++++++++++++++++++++++++++++++-------
doc/src/sgml/release-9.3.sgml | 44 ++++++++++++++++++++++++++++++++++++-------
doc/src/sgml/release-9.4.sgml | 44 ++++++++++++++++++++++++++++++++++++-------
doc/src/sgml/release-9.5.sgml | 44 ++++++++++++++++++++++++++++++++++++-------
doc/src/sgml/release-9.6.sgml | 44 ++++++++++++++++++++++++++++++++++++-------
5 files changed, 185 insertions(+), 35 deletions(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to