1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Message wording improvements

This commit is contained in:
Peter Eisentraut
2003-09-22 00:23:35 +00:00
parent 5d00f984d8
commit 6f57d63cb4
3 changed files with 17 additions and 17 deletions

View File

@@ -12,7 +12,7 @@
* by PostgreSQL
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.347 2003/09/19 23:15:18 tgl Exp $
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.348 2003/09/22 00:23:34 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -2481,7 +2481,7 @@ getTableAttrs(TableInfo *tblinfo, int numTables)
{
if (j + 1 != atoi(PQgetvalue(res, j, i_attnum)))
{
write_msg(NULL, "invalid attribute numbering in table \"%s\"\n",
write_msg(NULL, "invalid column numbering in table \"%s\"\n",
tbinfo->relname);
exit_nicely();
}