Hugo <[EMAIL PROTECTED]> writes: > If I feed psql with a file with sql sentences, what is the size limit for > the file,
There is no particular limit. > I have a more or less 67MB file , with about 439.000 insert > sentences, but only inserts 3900 rows, what can I do to "see" what insert > sentences are failing ? Check the postmaster log for errors, perhaps? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match