We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482b88a commit ff461ccCopy full SHA for ff461cc
nix/tests/expected/plpgsql-check.out
@@ -29,3 +29,7 @@ select * from plpgsql_check_function('v.f1()');
29
Context: SQL expression "r.c"
30
(2 rows)
31
32
+drop schema v cascade;
33
+NOTICE: drop cascades to 2 other objects
34
+DETAIL: drop cascades to table v.t1
35
+drop cascades to function v.f1()
nix/tests/sql/plpgsql-check.sql
@@ -22,3 +22,5 @@ select * from v.f1();
22
23
-- use plpgsql_check_function to check the function for errors
24
select * from plpgsql_check_function('v.f1()');
25
+
26
0 commit comments