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

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

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy