@@ -1064,18 +1064,18 @@ help(const char *progname)
10641064 printf(_(" -j, --jobs=NUM use this many parallel jobs to dump\n"));
10651065 printf(_(" -v, --verbose verbose mode\n"));
10661066 printf(_(" -V, --version output version information, then exit\n"));
1067- printf(_(" -Z, --compress=METHOD[:LEVEL ]\n"
1067+ printf(_(" -Z, --compress=METHOD[:DETAIL ]\n"
10681068 " compress as specified\n"));
10691069 printf(_(" --lock-wait-timeout=TIMEOUT fail after waiting TIMEOUT for a table lock\n"));
10701070 printf(_(" --no-sync do not wait for changes to be written safely to disk\n"));
10711071 printf(_(" -?, --help show this help, then exit\n"));
10721072
10731073 printf(_("\nOptions controlling the output content:\n"));
10741074 printf(_(" -a, --data-only dump only the data, not the schema\n"));
1075- printf(_(" -b, --large-objects include large objects in dump\n"
1076- " --blobs (same as --large-objects, deprecated)\n"));
1077- printf(_(" -B, --no-large-objects exclude large objects in dump\n"
1078- " --no-blobs (same as --no-large-objects, deprecated)\n"));
1075+ printf(_(" -b, --large-objects include large objects in dump\n"));
1076+ printf(_( " --blobs (same as --large-objects, deprecated)\n"));
1077+ printf(_(" -B, --no-large-objects exclude large objects in dump\n"));
1078+ printf(_( " --no-blobs (same as --no-large-objects, deprecated)\n"));
10791079 printf(_(" -c, --clean clean (drop) database objects before recreating\n"));
10801080 printf(_(" -C, --create include commands to create database in dump\n"));
10811081 printf(_(" -e, --extension=PATTERN dump the specified extension(s) only\n"));
@@ -1096,8 +1096,8 @@ help(const char *progname)
10961096 printf(_(" --enable-row-security enable row security (dump only content user has\n"
10971097 " access to)\n"));
10981098 printf(_(" --exclude-table-and-children=PATTERN\n"
1099- " do NOT dump the specified table(s),\n"
1100- " including child and partition tables\n"));
1099+ " do NOT dump the specified table(s), including \n"
1100+ " child and partition tables\n"));
11011101 printf(_(" --exclude-table-data=PATTERN do NOT dump data for the specified table(s)\n"));
11021102 printf(_(" --exclude-table-data-and-children=PATTERN\n"
11031103 " do NOT dump data for the specified table(s),\n"
@@ -1125,8 +1125,8 @@ help(const char *progname)
11251125 printf(_(" --snapshot=SNAPSHOT use given snapshot for the dump\n"));
11261126 printf(_(" --strict-names require table and/or schema include patterns to\n"
11271127 " match at least one entity each\n"));
1128- printf(_(" --table-and-children=PATTERN dump only the specified table(s),\n"
1129- " including child and partition tables\n"));
1128+ printf(_(" --table-and-children=PATTERN dump only the specified table(s), including \n"
1129+ " child and partition tables\n"));
11301130 printf(_(" --use-set-session-authorization\n"
11311131 " use SET SESSION AUTHORIZATION commands instead of\n"
11321132 " ALTER OWNER commands to set ownership\n"));
0 commit comments