We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299d171 commit c58b945Copy full SHA for c58b945
src/bin/pg_dump/pg_dumpall.c
@@ -551,7 +551,7 @@ help(void)
551
printf(_(" --disable-dollar-quoting disable dollar quoting, use SQL standard quoting\n"));
552
printf(_(" --disable-triggers disable triggers during data-only restore\n"));
553
printf(_(" --no-tablespaces do not dump tablespace assignments\n"));
554
- printf(_(" --quote-all-identifiers quote all identifiers, even if not keywords\n"));
+ printf(_(" --quote-all-identifiers quote all identifiers, even if not key words\n"));
555
printf(_(" --role=ROLENAME do SET ROLE before dump\n"));
556
printf(_(" --no-security-labels do not dump security label assignments\n"));
557
printf(_(" --no-unlogged-table-data do not dump unlogged table data\n"));
0 commit comments