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 ------ REL9_3_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/43661926deb7d412ae3a22a43dadb9def7b7e46c Modified Files -------------- doc/src/sgml/release-9.2.sgml | 44 ++++++++++++++++++++++++++++++++++++------- doc/src/sgml/release-9.3.sgml | 44 ++++++++++++++++++++++++++++++++++++------- 2 files changed, 74 insertions(+), 14 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
