Re: incomplete transaction keeps table locked?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: incomplete transaction keeps table locked?
Дата
Msg-id 16499.990645580@sss.pgh.pa.us
обсуждение исходный текст
Ответ на incomplete transaction keeps table locked?  (gherson@snet.net (George Herson))
Список pgsql-general
gherson@snet.net (George Herson) writes:
> Are there any circumstances when exiting a PHP web script
> where you've started a transaction (with Begin Work) but haven't explicitly
> done a Commit Work or Rollback before it ends will lock you out of
> a table (until you restart postgresql)?

The symptoms you describe sound like multiple transactions trying to
update the same row.  There is a row-level lock that prevents the later
ones from completing until the first one commits or aborts.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: NOTIFY/LISTEN Using Embedded SQL (ecpg)
Следующее
От: "Thalis A. Kalfigopoulos"
Дата:
Сообщение: DB2 enhancements?