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

Commit 3019f43

Browse files
committed
pg_dump: Message style improvements
forgotten in b6dacc1
1 parent 8067c8f commit 3019f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dump.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ expand_table_name_patterns(Archive *fout,
12431243

12441244
res = ExecuteSqlQuery(fout, query->data, PGRES_TUPLES_OK);
12451245
if (strict_names && PQntuples(res) == 0)
1246-
exit_horribly(NULL, "No matching table(s) were found for pattern \"%s\"\n", cell->val);
1246+
exit_horribly(NULL, "no matching tables were found for pattern \"%s\"\n", cell->val);
12471247

12481248
for (i = 0; i < PQntuples(res); i++)
12491249
{

0 commit comments

Comments
 (0)