mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
One more round of translations and slight message tweaks
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.222 2001/08/16 20:38:54 tgl Exp $
|
||||
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.223 2001/08/19 22:17:03 petere Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -2492,7 +2492,7 @@ getTables(int *numTables, FuncInfo *finfo, int numFuncs)
|
||||
|
||||
if (PQgetisnull(res2, i2, i_tgconstrrelname))
|
||||
{
|
||||
write_msg(NULL, "query produced NULL referenced table name for trigger \"%s\" on table \"%s\" (oid was %s)\n",
|
||||
write_msg(NULL, "query produced NULL referenced table name for foreign key trigger \"%s\" on table \"%s\" (oid of table: %s)\n",
|
||||
tgname, tblinfo[i].relname, tgconstrrelid);
|
||||
exit_nicely();
|
||||
}
|
||||
|
Reference in New Issue
Block a user