RE: [PHP-DB] COPY with PostgreSQL

2004-10-22 Thread Robert Fitzpatrick
On Fri, 2004-10-22 at 15:45, Norland, Martin wrote: > What are the line endings of the file? Maybe php is getting confused. > How many KB is the file on disk when it's the ~1500 line version? > There's length of each line (which you want under 1KB, probably not a > problem unless you have BLOBS or

RE: [PHP-DB] COPY with PostgreSQL

2004-10-22 Thread Norland, Martin
What are the line endings of the file? Maybe php is getting confused. How many KB is the file on disk when it's the ~1500 line version? There's length of each line (which you want under 1KB, probably not a problem unless you have BLOBS or equivalent) - and then there's how PHP determines what a li

Re: [PHP-DB] COPY with PostgreSQL

2004-10-22 Thread Martín Marqués
El Vie 22 Oct 2004 03:18, Robert Fitzpatrick escribió: > I am using COPY for PostgreSQL and having problems now that the incoming > file contains more than approx 1500 lines. Is this an issue anyone is aware > of? Lot's of files over 1000 lines have worked fine, but after getting a > file over 1800