Re: Cannot load number rows - Mailing list pgsql-general

From Richard Huxton
Subject Re: Cannot load number rows
Date
Msg-id 43FDE19F.6060808@archonet.com
Whole thread Raw
In response to Cannot load number rows  (Prestation3.EXPLOITATION@nexans.com)
List pgsql-general
Prestation3.EXPLOITATION@nexans.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: How do I use the backend APIs
Next
From: Carlos Henrique Reimer
Date:
Subject: pg_dump warning with -Fc option