mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
committed by
Akshay Joshi
parent
f6ac0d5877
commit
6021e07761
@@ -1,2 +1,2 @@
|
||||
{### SQL to delete tablespace object ###}
|
||||
DROP TABLESPACE {{ conn|qtIdent(tsname) }};
|
||||
DROP TABLESPACE IF EXISTS {{ conn|qtIdent(tsname) }};
|
||||
|
||||
Reference in New Issue
Block a user