From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
---|---|
To: | Yann Michel <yann-postgresql(at)spline(dot)de> |
Cc: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: PG_DUMP and table locking in PG7.4 |
Date: | 2005-11-16 08:47:33 |
Message-ID: | 20051116084727.GD31063@svana.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Nov 16, 2005 at 09:27:55AM +0100, Yann Michel wrote:
> On Wed, Nov 16, 2005 at 08:28:31AM +0100, Martijn van Oosterhout wrote:
> > On Wed, Nov 16, 2005 at 08:09:31AM +0100, Yann Michel wrote:
> > > Well, thanks for all the answers. Are the locks then released once they
> > > are not needed any more like in 2PC?
> >
> > 2PC doesn't release any locks, it can't to maintain integrity.
>
> Aehm. sorry I meant 2PL ... all this accronyms... ;-)
> The normal 2PL releases the locks once they are not needed anymore but
> can not aquire new ones. Strict 2PL releases them all at one point.
Ah yes, PostgreSQL doesn't use 2PL, it uses MVCC. quick overview here:
http://linuxgazette.net/issue68/mitchell.html
> Thanks. BTW: Is there anything about locks and their meaning inside of
> the Docs? If not, wouldn't that be nice?
Check here:
http://www.postgresql.org/docs/8.0/interactive/mvcc.html
Under "Explicit Locking" it lists all the locks and what they're for.
Hope this helps,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.
From | Date | Subject | |
---|---|---|---|
Next Message | Marcus Engene | 2005-11-16 08:56:44 | Re: bind variables, soft vs hard parse |
Previous Message | Peter Eisentraut | 2005-11-16 08:42:57 | Re: [COMMITTERS] pgsql: Translation typo fix |