Re: Copy fails

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: "Abraham, Danny" <danny_abraham(at)bmc(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Copy fails
Date: 2008-08-01 08:21:11
Message-ID: 4892C777.90203@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Abraham, Danny wrote:
> I am loading a huge file using C, STDIN

Using C?

Have you written a C program using libpq to load some data, which it
reads from its stdin?

Or do you mean COPY FROM STDIN ?

Something else?

Perhaps if you provided a clearer and more complete explanation of your
problem you might get a more useful answer.

> The program fails immediately on "canceling statement due to statement
> timeout"

Do you have a statement timeout set in postgresql.conf ?

--
Craig Ringer

In response to

  • Copy fails at 2008-07-31 15:33:42 from Abraham, Danny

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2008-08-01 08:27:30 Re: Cursor Error
Previous Message Ivan Sergio Borgonovo 2008-08-01 07:12:13 Re: eliminating records not in (select id ... so SLOW?