mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 00:02:26 -04:00
pg_dump: Message style improvements
forgotten in b6dacc173b6830c515d970698cead9a85663c553
This commit is contained in:
parent
8067c8f86b
commit
3019f432d6
@ -1243,7 +1243,7 @@ expand_table_name_patterns(Archive *fout,
|
|||||||
|
|
||||||
res = ExecuteSqlQuery(fout, query->data, PGRES_TUPLES_OK);
|
res = ExecuteSqlQuery(fout, query->data, PGRES_TUPLES_OK);
|
||||||
if (strict_names && PQntuples(res) == 0)
|
if (strict_names && PQntuples(res) == 0)
|
||||||
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);
|
||||||
|
|
||||||
for (i = 0; i < PQntuples(res); i++)
|
for (i = 0; i < PQntuples(res); i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user