@@ -1119,7 +1119,7 @@ help(const char *progname)
1119
1119
" including child and partition tables\n"));
1120
1120
printf(_(" --extra-float-digits=NUM override default setting for extra_float_digits\n"));
1121
1121
printf(_(" --filter=FILENAME include or exclude objects and data from dump\n"
1122
- " based expressions in FILENAME\n"));
1122
+ " based on expressions in FILENAME\n"));
1123
1123
printf(_(" --if-exists use IF EXISTS when dropping objects\n"));
1124
1124
printf(_(" --include-foreign-data=PATTERN\n"
1125
1125
" include data of foreign tables on foreign\n"
@@ -18812,7 +18812,7 @@ read_dump_filters(const char *filename, DumpOptions *dopt)
18812
18812
case FILTER_OBJECT_TYPE_TABLE_DATA:
18813
18813
case FILTER_OBJECT_TYPE_TABLE_DATA_AND_CHILDREN:
18814
18814
case FILTER_OBJECT_TYPE_TRIGGER:
18815
- pg_log_filter_error(&fstate, _("%s filter for \"%s\" is not allowed. "),
18815
+ pg_log_filter_error(&fstate, _("%s filter for \"%s\" is not allowed"),
18816
18816
"include",
18817
18817
filter_object_type_name(objtype));
18818
18818
exit_nicely(1);
@@ -18851,7 +18851,7 @@ read_dump_filters(const char *filename, DumpOptions *dopt)
18851
18851
case FILTER_OBJECT_TYPE_TRIGGER:
18852
18852
case FILTER_OBJECT_TYPE_EXTENSION:
18853
18853
case FILTER_OBJECT_TYPE_FOREIGN_DATA:
18854
- pg_log_filter_error(&fstate, _("%s filter for \"%s\" is not allowed. "),
18854
+ pg_log_filter_error(&fstate, _("%s filter for \"%s\" is not allowed"),
18855
18855
"exclude",
18856
18856
filter_object_type_name(objtype));
18857
18857
exit_nicely(1);
0 commit comments