mirror of https://github.com/citusdata/citus.git
drop schema added
parent
fd78c560d8
commit
ece8cc20ec
|
@ -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)
|
||||
|
|
|
@ -23,3 +23,5 @@ end;$$ ;
|
|||
|
||||
-- call function
|
||||
SELECT test_err('test');
|
||||
|
||||
DROP SCHEMA function_with_case CASCADE;
|
||||
|
|
Loading…
Reference in New Issue