@@ -783,46 +783,46 @@ help(const char *progname)
783783printf (_ (" %s [OPTION]... [DBNAME]\n" ),progname );
784784
785785printf (_ ("\nGeneral options:\n" ));
786- printf (_ (" -f, --file=FILENAME output file or directory name\n" ));
787- printf (_ (" -F, --format=c|d|t|p output file format (custom, directory, tar,\n"
788- " plain text (default))\n" ));
789- printf (_ (" -v, --verbose verbose mode\n" ));
790- printf (_ (" -Z, --compress=0-9 compression level for compressed formats\n" ));
791- printf (_ (" --lock-wait-timeout=TIMEOUT fail after waiting TIMEOUT for a table lock\n" ));
792- printf (_ (" --help show this help, then exit\n" ));
793- printf (_ (" --version output version information, then exit\n" ));
786+ printf (_ (" -f, --file=FILENAME output file or directory name\n" ));
787+ printf (_ (" -F, --format=c|d|t|p output file format (custom, directory, tar,\n"
788+ " plain text (default))\n" ));
789+ printf (_ (" -v, --verbose verbose mode\n" ));
790+ printf (_ (" -Z, --compress=0-9 compression level for compressed formats\n" ));
791+ printf (_ (" --lock-wait-timeout=TIMEOUT fail after waiting TIMEOUT for a table lock\n" ));
792+ printf (_ (" --help show this help, then exit\n" ));
793+ printf (_ (" --version output version information, then exit\n" ));
794794
795795printf (_ ("\nOptions controlling the output content:\n" ));
796- printf (_ (" -a, --data-only dump only the data, not the schema\n" ));
797- printf (_ (" -b, --blobs include large objects in dump\n" ));
798- printf (_ (" -c, --clean clean (drop) database objects before recreating\n" ));
799- printf (_ (" -C, --create include commands to create database in dump\n" ));
800- printf (_ (" -E, --encoding=ENCODING dump the data in encoding ENCODING\n" ));
801- printf (_ (" -n, --schema=SCHEMA dump the named schema(s) only\n" ));
802- printf (_ (" -N, --exclude-schema=SCHEMA do NOT dump the named schema(s)\n" ));
803- printf (_ (" -o, --oids include OIDs in dump\n" ));
804- printf (_ (" -O, --no-owner skip restoration of object ownership in\n"
805- " plain-text format\n" ));
806- printf (_ (" -s, --schema-only dump only the schema, no data\n" ));
807- printf (_ (" -S, --superuser=NAME superuser user name to use in plain-text format\n" ));
808- printf (_ (" -t, --table=TABLE dump the named table(s) only\n" ));
809- printf (_ (" -T, --exclude-table=TABLE do NOT dump the named table(s)\n" ));
810- printf (_ (" -x, --no-privileges do not dump privileges (grant/revoke)\n" ));
811- printf (_ (" --binary-upgrade for use by upgrade utilities only\n" ));
812- printf (_ (" --column-inserts dump data as INSERT commands with column names\n" ));
813- printf (_ (" --disable-dollar-quoting disable dollar quoting, use SQL standard quoting\n" ));
814- printf (_ (" --disable-triggers disable triggers during data-only restore\n" ));
815- printf (_ (" --exclude-table-data=TABLE do NOT dump data for the named table(s)\n" ));
816- printf (_ (" --inserts dump data as INSERT commands, rather than COPY\n" ));
817- printf (_ (" --no-security-labels do not dump security label assignments\n" ));
818- printf (_ (" --no-tablespaces do not dump tablespace assignments\n" ));
819- printf (_ (" --no-unlogged-table-data do not dump unlogged table data\n" ));
820- printf (_ (" --quote-all-identifiers quote all identifiers, even if not key words\n" ));
821- printf (_ (" --section=SECTION dump named section (pre-data, data, or post-data)\n" ));
822- printf (_ (" --serializable-deferrable wait until the dump can run without anomalies\n" ));
796+ printf (_ (" -a, --data-only dump only the data, not the schema\n" ));
797+ printf (_ (" -b, --blobs include large objects in dump\n" ));
798+ printf (_ (" -c, --clean clean (drop) database objects before recreating\n" ));
799+ printf (_ (" -C, --create include commands to create database in dump\n" ));
800+ printf (_ (" -E, --encoding=ENCODING dump the data in encoding ENCODING\n" ));
801+ printf (_ (" -n, --schema=SCHEMA dump the named schema(s) only\n" ));
802+ printf (_ (" -N, --exclude-schema=SCHEMA do NOT dump the named schema(s)\n" ));
803+ printf (_ (" -o, --oids include OIDs in dump\n" ));
804+ printf (_ (" -O, --no-owner skip restoration of object ownership in\n"
805+ " plain-text format\n" ));
806+ printf (_ (" -s, --schema-only dump only the schema, no data\n" ));
807+ printf (_ (" -S, --superuser=NAME superuser user name to use in plain-text format\n" ));
808+ printf (_ (" -t, --table=TABLE dump the named table(s) only\n" ));
809+ printf (_ (" -T, --exclude-table=TABLE do NOT dump the named table(s)\n" ));
810+ printf (_ (" -x, --no-privileges do not dump privileges (grant/revoke)\n" ));
811+ printf (_ (" --binary-upgrade for use by upgrade utilities only\n" ));
812+ printf (_ (" --column-inserts dump data as INSERT commands with column names\n" ));
813+ printf (_ (" --disable-dollar-quoting disable dollar quoting, use SQL standard quoting\n" ));
814+ printf (_ (" --disable-triggers disable triggers during data-only restore\n" ));
815+ printf (_ (" --exclude-table-data=TABLE do NOT dump data for the named table(s)\n" ));
816+ printf (_ (" --inserts dump data as INSERT commands, rather than COPY\n" ));
817+ printf (_ (" --no-security-labels do not dump security label assignments\n" ));
818+ printf (_ (" --no-tablespaces do not dump tablespace assignments\n" ));
819+ printf (_ (" --no-unlogged-table-data do not dump unlogged table data\n" ));
820+ printf (_ (" --quote-all-identifiers quote all identifiers, even if not key words\n" ));
821+ printf (_ (" --section=SECTION dump named section (pre-data, data, or post-data)\n" ));
822+ printf (_ (" --serializable-deferrable wait until the dump can run without anomalies\n" ));
823823printf (_ (" --use-set-session-authorization\n"
824- " use SET SESSION AUTHORIZATION commands instead of\n"
825- " ALTER OWNER commands to set ownership\n" ));
824+ " use SET SESSION AUTHORIZATION commands instead of\n"
825+ " ALTER OWNER commands to set ownership\n" ));
826826
827827printf (_ ("\nConnection options:\n" ));
828828printf (_ (" -h, --host=HOSTNAME database server host or socket directory\n" ));