PostgreSQL EndTransactionBlock and not inprogress/abort state

From: "Manuel Lemos" <mlemos(at)acm(dot)org>
To: php3(at)lists(dot)php(dot)net, pgsql-sql(at)postgresql(dot)org, php-pgsql(at)linuxports(dot)com
Subject: PostgreSQL EndTransactionBlock and not inprogress/abort state
Date: 1999-03-08 01:28:59
Message-ID: 613.736T2978T885995@acm.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello,

I am trying to use transactions with PostgreSQL with the normal sequence

BEGIN
one or more SELECT/INSERT/UPDATE/DELETE queries
COMMIT
END

But I am getting the following message just like if I haven't started a
transaction when I commit.

EndTransactionBlock and not inprogress/abort state

In Linux, sometimes I get the process to end with Segmentation fault error.
In a Sun I also get the error but I never seen the process to end.

Anybody experience anything like this?

Regards,
Manuel Lemos

E-mail: mlemos(at)acm(dot)org
URL: http://www.e-na.net/the_author.html
PGP key: finger://mlemos(at)zeus(dot)ci(dot)ua(dot)pt
--

Browse pgsql-sql by date

  From Date Subject
Next Message Weon-sun Lee 1999-03-08 02:25:12 Help: insert inheritance class
Previous Message Zalman Stern 1999-03-08 00:21:00 "typedef" in Pstgresql?