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 ad04499 commit 629f40dCopy full SHA for 629f40d
src/test/regress/sql/create_function_3.sql
@@ -88,7 +88,7 @@ SELECT proname, proleakproof FROM pg_proc
88
WHERE oid in ('functext_E_1'::regproc,
89
'functext_E_2'::regproc) ORDER BY proname;
90
91
-ALTER FUNCTION functext_E_2(int) NOT LEAKPROOF; -- remove leakproog attribute
+ALTER FUNCTION functext_E_2(int) NOT LEAKPROOF; -- remove leakproof attribute
92
SELECT proname, proleakproof FROM pg_proc
93
94
0 commit comments