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

Commitce2fc20

Browse files
committed
Fix alignment of --help output
Tabs replaced by spaces.
1 parenta3b681f commitce2fc20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ help(const char *progname)
863863
printf(_(" --serializable-deferrable wait until the dump can run without anomalies\n"));
864864
printf(_(" --role=ROLENAME do SET ROLE before dump\n"));
865865
printf(_(" --no-security-label do not dump security label assignments\n"));
866-
printf(_(" --no-unlogged-table-datado not dump unlogged table data\n"));
866+
printf(_(" --no-unlogged-table-datado not dump unlogged table data\n"));
867867
printf(_(" --use-set-session-authorization\n"
868868
" use SET SESSION AUTHORIZATION commands instead of\n"
869869
" ALTER OWNER commands to set ownership\n"));

‎src/bin/pg_dump/pg_dumpall.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ help(void)
554554
printf(_(" --quote-all-identifiers quote all identifiers, even if not keywords\n"));
555555
printf(_(" --role=ROLENAME do SET ROLE before dump\n"));
556556
printf(_(" --no-security-label do not dump security label assignments\n"));
557-
printf(_(" --no-unlogged-table-datado not dump unlogged table data\n"));
557+
printf(_(" --no-unlogged-table-datado not dump unlogged table data\n"));
558558
printf(_(" --use-set-session-authorization\n"
559559
" use SET SESSION AUTHORIZATION commands instead of\n"
560560
" ALTER OWNER commands to set ownership\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp