Re: [GENERAL] psql command and file size

2006-06-08 Thread Tom Lane
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 > senten

Re: [GENERAL] psql command and file size

2006-06-08 Thread Hugo
sorry again, the psql I am running from a Windows clientOn 6/8/06, Hugo <[EMAIL PROTECTED]> wrote: Sorry, forgot to mention, running Postgres 8.1 on a SUSE 10 On 6/8/06, Hugo < [EMAIL PROTECTED]> wrote: Hello list,If I feed psql with a file with sql sentences, what is the size limit for the file, I

Re: [GENERAL] psql command and file size

2006-06-08 Thread Hugo
Sorry, forgot to mention, running Postgres 8.1 on a SUSE 10 On 6/8/06, Hugo <[EMAIL PROTECTED]> wrote: Hello list,If I feed psql with a file with sql sentences, what is the size limit for the file, I have a more or less 67MB file , with about 439.000 insert sentences, but only inserts 3900 rows, w

[GENERAL] psql command and file size

2006-06-08 Thread Hugo
Hello list,If I feed psql with a file with sql sentences, what is the size limit for the file, 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 ? thanks for any advicebest regardsHugo