Re: incomplete transaction keeps table locked?
George Herson <gherson@snet.net>
From: gherson@snet.net (George Herson)
To: pgsql-general@postgresql.org
Date: 2001-06-14T02:00:13Z
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