|
22 | 22 | * |
23 | 23 | * |
24 | 24 | * 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 $ |
26 | 26 | * |
27 | 27 | * Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb |
28 | 28 | * |
@@ -3994,7 +3994,7 @@ dumpRules(Archive *fout, const char *tablename, |
3994 | 3994 | if (!res|| |
3995 | 3995 | PQresultStatus(res)!=PGRES_TUPLES_OK) |
3996 | 3996 | { |
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", |
3998 | 3998 | tblinfo[t].relname,PQerrorMessage(g_conn)); |
3999 | 3999 | exit_nicely(g_conn); |
4000 | 4000 | } |
|