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

Commitb5d609a

Browse files
committed
Improve error message for dumpRules() failure
1 parent335248c commitb5d609a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
*
2424
* IDENTIFICATION
25-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.165 2000/09/15 04:35:16 pjw Exp $
25+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.166 2000/09/17 20:01:28 tgl Exp $
2626
*
2727
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
2828
*
@@ -3994,7 +3994,7 @@ dumpRules(Archive *fout, const char *tablename,
39943994
if (!res||
39953995
PQresultStatus(res)!=PGRES_TUPLES_OK)
39963996
{
3997-
fprintf(stderr,"dumpRules(): SELECT failed for table%s. Explanation from backend: '%s'.\n",
3997+
fprintf(stderr,"dumpRules(): SELECT failed forrules associated withtable\"%s\".\n\tExplanation from backend: '%s'.\n",
39983998
tblinfo[t].relname,PQerrorMessage(g_conn));
39993999
exit_nicely(g_conn);
40004000
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp