Error Message

From: Herb Blacker <herbblacker(at)isgenesis(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Error Message
Date: 2002-04-11 13:46:59
Message-ID: 3CB593D3.7050602@isgenesis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there a way to more explicitly define where a Referential Integrity
error occurs in a COPY (bulk load) command?
If the error is about a duplicate key value, then COPY gives me the
exact line number.
However, if there is an error due to RI, then a general statement is
issued, and I'm forced to look through
a 9,000 line table for the FK value that doesn't occur in the main table.

Running 7.1.3...and have no intention for the moment of upgrading, this
version is rock solid for me.

Any ideas?

TIA
_________________________
Herb Blacker
Database Administrator
ReCare, Inc.
(512) 791-4340
herbblacker(at)isgenesis(dot)com

Browse pgsql-general by date

  From Date Subject
Next Message Vaclav Kulakovsky 2002-04-11 14:06:50 Strange row locking - question
Previous Message Shaun Thomas 2002-04-11 13:33:59 Re: Critical performance problems on large databases