We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6389a commit 48cb244Copy full SHA for 48cb244
src/bin/pg_dump/t/002_pg_dump.pl
@@ -1431,7 +1431,7 @@
1431
'CREATE ROLE regress_quoted...' => {
1432
create_order => 1,
1433
create_sql => 'CREATE ROLE "regress_quoted \"" role";',
1434
- regexp => qr/^\QCREATE ROLE "regress_quoted \"" role";\E/m,
+ regexp => qr/^CREATE ROLE "regress_quoted \\"" role";/m,
1435
like => {
1436
pg_dumpall_dbprivs => 1,
1437
pg_dumpall_exclude => 1,
@@ -3421,7 +3421,7 @@
3421
ALTER SCHEMA public OWNER TO "regress_quoted \"" role";
3422
REVOKE ALL ON SCHEMA public FROM "regress_quoted \"" role";',
3423
regexp => qr/^
3424
- \QREVOKE ALL ON SCHEMA public FROM "regress_quoted \"" role";\E
+ \QREVOKE ALL ON SCHEMA public FROM "regress_quoted \E\\""\ role";
3425
\n\QREVOKE ALL ON SCHEMA public FROM PUBLIC;\E
3426
\n\QGRANT USAGE ON SCHEMA public TO PUBLIC;\E
3427
/xm,
0 commit comments