[
https://issues.apache.org/jira/browse/DERBY-4029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667147#action_12667147
]
Alejandro Torras commented on DERBY-4029:
-----------------------------------------
Googling over there I found that Postgresql supports this feature since 8.0.19
(or earlier).
The syntax used is: DROP SCHEMA "schemaName" CASCADE
More info: http://www.postgresql.org/docs/8.3/static/sql-dropschema.html
MySQL supports the "cascade" deletion by default since 4.0 version .
Regards,
Alejandro.
> Support for DROP SCHEMA "schemaName" RESTRICT CASCADE
> -----------------------------------------------------
>
> Key: DERBY-4029
> URL: https://issues.apache.org/jira/browse/DERBY-4029
> Project: Derby
> Issue Type: Improvement
> Affects Versions: 10.4.1.3
> Reporter: Alejandro Torras
> Priority: Minor
>
> Hi,
> It could be nice to perform a cascade/recursive delete of tables/indexes/etc
> of a schema, even with objects inside (tables/procedures/etc).
> Regards,
> Alejandro.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.