drop schema added

pull/7554/head
copetol 2024-03-07 17:11:50 +03:00
parent fd78c560d8
commit ece8cc20ec
2 changed files with 4 additions and 0 deletions

View File

@ -28,3 +28,5 @@ SELECT test_err('test');
test - ok
(1 row)
DROP SCHEMA function_with_case CASCADE;
NOTICE: drop cascades to function test_err(text)

View File

@ -23,3 +23,5 @@ end;$$ ;
-- call function
SELECT test_err('test');
DROP SCHEMA function_with_case CASCADE;