Re: [GENERAL] NOTICE: (transaction aborted): queries ignored until END

1999-12-18 Thread Mike Mascari
Alex Guryanow wrote: > > Hi, > > I'm use Postgres-6.5.1 on Linux. My database contains two tables and two > indices. I wrote simple program on C that > - begins transaction: BEGIN WORK > - inserts many (10-500) rows in the first table > - commits the transaction: COMMIT > - begins transaction:

[GENERAL] NOTICE: (transaction aborted): queries ignored until END

1999-12-18 Thread Alex Guryanow
Hi, I'm use Postgres-6.5.1 on Linux. My database contains two tables and two indices. I wrote simple program on C that - begins transaction: BEGIN WORK - inserts many (10-500) rows in the first table - commits the transaction: COMMIT - begins transaction: BEGIN WORK - inserts many (1-50) rows in