File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1431
1431
' CREATE ROLE regress_quoted...' => {
1432
1432
create_order => 1,
1433
1433
create_sql => ' CREATE ROLE "regress_quoted \"" role";' ,
1434
- regexp => qr / ^\Q CREATE ROLE "regress_quoted \" " role";\E / m ,
1434
+ regexp => qr / ^CREATE ROLE "regress_quoted \\ "" role";/ m ,
1435
1435
like => {
1436
1436
pg_dumpall_dbprivs => 1,
1437
1437
pg_dumpall_exclude => 1,
3421
3421
ALTER SCHEMA public OWNER TO "regress_quoted \" " role";
3422
3422
REVOKE ALL ON SCHEMA public FROM "regress_quoted \" " role";',
3423
3423
regexp => qr/^
3424
- \Q REVOKE ALL ON SCHEMA public FROM "regress_quoted \" " role";\E
3424
+ \Q REVOKE ALL ON SCHEMA public FROM "regress_quoted \E\\ "" \ role";
3425
3425
\n\Q REVOKE ALL ON SCHEMA public FROM PUBLIC;\E
3426
3426
\n\Q GRANT USAGE ON SCHEMA public TO PUBLIC;\E
3427
3427
/xm,
You can’t perform that action at this time.
0 commit comments