Re: lock conflicting with another

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Amir Zicherman <amir(dot)zicherman(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: lock conflicting with another
Date: 2004-08-11 05:25:58
Message-ID: 1209.1092201958@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Amir Zicherman <amir(dot)zicherman(at)gmail(dot)com> writes:
> what does it mean when one lock mode conflicts with another

It means that a holder of the one lock type will block a requestor
of the other lock type (on the same lockable object, of course).

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Christian Traber 2004-08-11 05:53:20 Re: error moving table to tablespace (8.0 beta win32 )
Previous Message Amir Zicherman 2004-08-11 05:07:12 lock conflicting with another