Skip to content

Commit ce2fc20

Browse files
committed
Fix alignment of --help output
Tabs replaced by spaces.
1 parent a3b681f commit ce2fc20

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-data do not dump unlogged table data\n"));
866+
printf(_(" --no-unlogged-table-data do 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-data do not dump unlogged table data\n"));
557+
printf(_(" --no-unlogged-table-data do 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy