Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit82c2192

Browse files
Fix typo in pg_dumpall role comments fix
Some last minute polish of the patch managed to break the SQLquery for extracting the role comments due to fat-fingering.Per the buildfarm Xversion tests.
1 parentd82cb46 commit82c2192

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)

[8]ページ先頭

©2009-2025 Movatter.jp