We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8067c8f commit 3019f43Copy full SHA for 3019f43
src/bin/pg_dump/pg_dump.c
@@ -1243,7 +1243,7 @@ expand_table_name_patterns(Archive *fout,
1243
1244
res = ExecuteSqlQuery(fout, query->data, PGRES_TUPLES_OK);
1245
if (strict_names && PQntuples(res) == 0)
1246
- exit_horribly(NULL, "No matching table(s) were found for pattern \"%s\"\n", cell->val);
+ exit_horribly(NULL, "no matching tables were found for pattern \"%s\"\n", cell->val);
1247
1248
for (i = 0; i < PQntuples(res); i++)
1249
{
0 commit comments