Re: incomplete transaction keeps table locked?

From: gherson(at)snet(dot)net (George Herson)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: incomplete transaction keeps table locked?
Date: 2001-06-14 02:00:13
Message-ID: ba355535.0106131800.38b14afb@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Problem solved. (My early transactions worked because they were
Inserts. When they become Updates, this caused an error because of a
subsequent call to pg_fetch_array that didn't make sense.)

thank you,

george

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Lamar Owen 2001-06-14 02:42:49 7.1.2-4PGDG RPMset uploading.
Previous Message Joe Conway 2001-06-14 01:28:27 Re: Re: Does PostgreSQL support EXISTS?