Re: A question about constraints. - Mailing list pgsql-novice

From Francisco Reyes
Subject Re: A question about constraints.
Date
Msg-id 20011214134303.V46676-100000@zoraida.natserv.net
Whole thread Raw
In response to A question about constraints.  (Stephen Ingram <ingram@samsix.com>)
Responses Re: A question about constraints.
List pgsql-novice
On Fri, 14 Dec 2001, Stephen Ingram wrote:
> Indeed, the constraint works:
>
> COPY OnMap FROM '/data/OnMap.dump' USING DELIMITERS '|'
>
> psql:OnMap:1: ERROR:  objid_check1 referential integrity violation - key referenced
>  from onmap not found in object
>
> But... is there anyway to get PostgreSQL to tell me which record or records
> are failing to load ?

I believe the copy command tells you the record that it is having problems
with. In your example above it seems the problem occurred in the very
first record. So far every time I have had problems with copy it reported
the line that it had the problems with.


pgsql-novice by date:

Previous
From: Leandro Fanzone
Date:
Subject: Re: Multiple IN
Next
From: Stephen Ingram
Date:
Subject: Re: A question about constraints.