COPY from with PERL missing chunk of data

From: "Patrick Hatcher" <PHatcher(at)macys(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: COPY from with PERL missing chunk of data
Date: 2002-06-05 23:53:32
Message-ID: OFD70CBDB2.144E9DAF-ON88256BCF.0082F583@fds.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Howdy,
I have a PERL script that takes a file and parses it. I then call the COPY
from command to insert my data. If I do the COPY from with PERL, I drop 56
rows.
If I manually do the COPY from command within PG, with the same output
file, all the rows are imported.
Has anyone run into this?

Patrick Hatcher
Macys.Com

Browse pgsql-novice by date

  From Date Subject
Next Message Albert Csaba 2002-06-06 08:46:29 META vacuum - FAIL: ERROR
Previous Message Josh Berkus 2002-06-05 21:23:51 Re: Outputting to file