Re: Cannot load number rows

From: Richard Huxton <dev(at)archonet(dot)com>
To: Prestation3(dot)EXPLOITATION(at)nexans(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Cannot load number rows
Date: 2006-02-23 16:23:59
Message-ID: 43FDE19F.6060808@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Prestation3(dot)EXPLOITATION(at)nexans(dot)com wrote:
> Hi,
>
> I try to insert 55000 rows into a table
> The firsts insert seems ok (few rows are OK )
> then after a while I et the following erorrs
> psql:c:/temp/usrweb/transactions.sql:55420: ERROR: current transaction is
> abort
> ed, commands ignored until end of transaction block

Before this message is the actual error message.
Once you have an error in a transaction all further commands will be
ignored until you roll back that transaction.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2006-02-23 16:25:21 Re: upgrade PostgreSQL 8.x on production FreeBSD
Previous Message Scott Marlowe 2006-02-23 16:18:12 Re: Cannot load number rows