SELECT FOR UPDATE question

From: Thomas Swan <tswan(at)d2interactive(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: SELECT FOR UPDATE question
Date: 2003-07-25 00:39:51
Message-ID: 3F207C57.7060601@d2interactive.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. )

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Swan 2003-07-25 01:17:57 SELECT FOR UPDATE
Previous Message Joe Conway 2003-07-24 23:41:39 best way to determine start of new statement within a function?