Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3019f43

Browse files
committed
pg_dump: Message style improvements
forgotten inb6dacc1
1 parent8067c8f commit3019f43

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 matchingtable(s) were found for pattern \"%s\"\n", cell->val);
1246+
exit_horribly(NULL, "no matchingtables were found for pattern \"%s\"\n", cell->val);
12471247

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp