Re: Undocumented behavior od DROP SCHEMA ... CASCADE - Mailing list pgsql-docs

From Peter Eisentraut
Subject Re: Undocumented behavior od DROP SCHEMA ... CASCADE
Date
Msg-id fbb1360b-e450-aaf6-19bd-9bfcffb35ed7@2ndquadrant.com
Whole thread Raw
In response to Undocumented behavior od DROP SCHEMA ... CASCADE  (denisa.cirstescu@asentinel.com)
Responses Re: Undocumented behavior od DROP SCHEMA ... CASCADE  (Vik Fearing <vik@2ndquadrant.fr>)
List pgsql-docs
On 8/5/16 6:48 AM, denisa.cirstescu@asentinel.com wrote:
> Page: https://www.postgresql.org/docs/9.5/static/sql-dropschema.html
> Description:
>
> DROP SCHEMA ... CASCADE has a behavior that has not been documented.
> According to the documentation: "CASCADE - Automatically drop objects
> (tables, functions, etc.) that are contained in the schema.".
> Well, besides this, DROP SCHEMA ... CASCADE also drops all the views which
> depends on the schema that is being dropped. It does not matter if the views
> are in the public schema or another schema than the one being dropped, they
> are deleted.

Can you give an example?

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-docs by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Wording in TABLESAMPLE documentation
Next
From: Vik Fearing
Date:
Subject: Re: Undocumented behavior od DROP SCHEMA ... CASCADE