Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 82c2192

Browse files
Fix typo in pg_dumpall role comments fix
Some last minute polish of the patch managed to break the SQL query for extracting the role comments due to fat-fingering. Per the buildfarm Xversion tests.
1 parent d82cb46 commit 82c2192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dumpall.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ dumpRoles(PGconn *conn)
786786
"rolcanlogin, rolconnlimit, rolpassword, "
787787
"rolvaliduntil, rolreplication, "
788788
"false as rolbypassrls, "
789-
"pg_catalog.shobj_description(oid, pg_authid') as rolcomment, "
789+
"pg_catalog.shobj_description(oid, 'pg_authid') as rolcomment, "
790790
"rolname = current_user AS is_current_user "
791791
"FROM %s "
792792
"ORDER BY 2", role_catalog);

0 commit comments

Comments
 (0)