Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitca86a63

Browse files
committed
Fix typo in pg_dumpall.c
Oversight in2158628.Reported-by: Justin PryzbyDiscussion:https://postgr.es/m/20220117062006.GY14051@telsasoft.com
1 parent2158628 commitca86a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_dump/pg_dumpall.c

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp