Re: [GENERAL] linux bug and lost rows

2007-05-07 Thread Jaime Silvela
Tom Lane wrote: Jaime Silvela <[EMAIL PROTECTED]> writes: A long time ago I wrote to the list about a problem I was having with COPY losing rows from an import file: the number of imported rows was not equal to the number of rows in the file, and two consecutive imports from the same file

Re: [GENERAL] linux bug and lost rows

2007-05-07 Thread Tom Lane
Jaime Silvela <[EMAIL PROTECTED]> writes: > A long time ago I wrote to the list about a problem I was having with > COPY losing rows from an import file: the number of imported rows was > not equal to the number of rows in the file, and two consecutive imports > from the same file would get diff

[GENERAL] linux bug and lost rows

2007-05-07 Thread Jaime Silvela
A long time ago I wrote to the list about a problem I was having with COPY losing rows from an import file: the number of imported rows was not equal to the number of rows in the file, and two consecutive imports from the same file would get different row counts. Several people tried to reprodu