Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ca86a63

Browse files
committed
Fix typo in pg_dumpall.c
Oversight in 2158628. Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20220117062006.GY14051@telsasoft.com
1 parent 2158628 commit ca86a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dumpall.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ help(void)
653653
printf(_(" --no-security-labels do not dump security label assignments\n"));
654654
printf(_(" --no-subscriptions do not dump subscriptions\n"));
655655
printf(_(" --no-sync do not wait for changes to be written safely to disk\n"));
656-
printf(_(" --no-tables-access-method do not dump table access methods\n"));
656+
printf(_(" --no-table-access-method do not dump table access methods\n"));
657657
printf(_(" --no-tablespaces do not dump tablespace assignments\n"));
658658
printf(_(" --no-toast-compression do not dump TOAST compression methods\n"));
659659
printf(_(" --no-unlogged-table-data do not dump unlogged table data\n"));

0 commit comments

Comments
 (0)