Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'. Fixes #5741

This commit is contained in:
Nikhil Mohite
2021-07-30 13:21:38 +05:30
committed by Akshay Joshi
parent f6ac0d5877
commit 6021e07761
795 changed files with 1647 additions and 1597 deletions

View File

@@ -1,2 +1,2 @@
{### SQL to delete tablespace object ###}
DROP TABLESPACE {{ conn|qtIdent(tsname) }};
DROP TABLESPACE IF EXISTS {{ conn|qtIdent(tsname) }};