mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
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.
This commit is contained in:
parent
be01c8c345
commit
6ebd437255
@ -792,7 +792,7 @@ dumpRoles(PGconn *conn)
|
||||
"rolcanlogin, rolconnlimit, rolpassword, "
|
||||
"rolvaliduntil, rolreplication, "
|
||||
"false as rolbypassrls, "
|
||||
"pg_catalog.shobj_description(oid, pg_authid') as rolcomment, "
|
||||
"pg_catalog.shobj_description(oid, 'pg_authid') as rolcomment, "
|
||||
"rolname = current_user AS is_current_user "
|
||||
"FROM %s "
|
||||
"ORDER BY 2", role_catalog);
|
||||
|
Loading…
x
Reference in New Issue
Block a user