From: | Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: FOREIGN KEY and AccessExclusiveLock |
Date: | 2004-09-29 05:36:07 |
Message-ID: | Pine.LNX.4.44.0409290835500.32393-100000@matrix.gatewaynet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
O Tom Lane έγραψε στις Sep 28, 2004 :
> Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com> writes:
> > Whats the purpose of the AccessExclusiveLock on parent table?
>
> We're adding a trigger to it.
From the docs:
Acquired by the ALTER TABLE, DROP TABLE, REINDEX, CLUSTER, and VACUUM FULL
commands. This is also the default lock mode for LOCK TABLE statements
that do not specify a mode explicitly.
Now is the lock in question created explicitly with LOCK TABLE?
Since the docs dont say a thing about triggers acquiring locks.
>
> regards, tom lane
>
--
-Achilleus
From | Date | Subject | |
---|---|---|---|
Next Message | Achilleus Mantzios | 2004-09-29 13:19:26 | Re: FOREIGN KEY and AccessExclusiveLock |
Previous Message | Tom Lane | 2004-09-28 22:36:30 | Re: CHECK col A not NULL if col B='x' |