The data's not originally coming from a postgres database,
it's in a ascii delimited format, sorry for not mentioning that.
> explore options and output of pgdump, it must do it correctly
>
> Ken Godee wrote:
> > Being fairly new to postgres I'm trying to find my way
> > around this, did some searching and see this has come
> > up quite a few times, but..........
> >
> > table 1: customer.custid primary key
> > table 2: transx.custid foreign key
> >
> > When using COPY to import data I received;
> >
> > "<unnamed>referential integerity violation-key referenced from
> > table transx not found in customer" (fairly vague statement)
> >