SELECT FOR UPDATE

From: Thomas Swan <tswan(at)idigx(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: SELECT FOR UPDATE
Date: 2003-07-25 01:17:57
Message-ID: 3F208545.4000109@idigx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

When a SELECT FOR UPDATE query is executed, are the row level locks on a
table acquired in any specific order such as to enhance deadlock
prevention? ( primary key, oid, etc. )

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-07-25 01:23:25 Re: SELECT FOR UPDATE
Previous Message Thomas Swan 2003-07-25 00:39:51 SELECT FOR UPDATE question