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 90e90e9 commit 23122abCopy full SHA for 23122ab
expected/pathman_CVE-2020-14350.out
@@ -9,6 +9,7 @@ DROP TABLE IF EXISTS test1 CASCADE;
9
DROP TABLE IF EXISTS test2 CASCADE;
10
DROP ROLE IF EXISTS regress_hacker;
11
SET client_min_messages = 'notice';
12
+GRANT CREATE ON SCHEMA public TO PUBLIC;
13
CREATE EXTENSION pg_pathman;
14
CREATE ROLE regress_hacker LOGIN;
15
-- Test 1
sql/pathman_CVE-2020-14350.sql
@@ -10,6 +10,7 @@ DROP TABLE IF EXISTS test1 CASCADE;
16
0 commit comments