Re: vacuum full problem - Mailing list pgsql-admin

From Stephan Szabo
Subject Re: vacuum full problem
Date
Msg-id 20031111112017.Y68508@megazone.bigpanda.com
Whole thread Raw
In response to Re: vacuum full problem  (pginfo <pginfo@t1.unisoftbg.com>)
List pgsql-admin
On Tue, 11 Nov 2003, pginfo wrote:

> > > It is possible to be one not closed transaction, but in this case nobody will be
> > > able to modify this table (tables) and
> > > the system will stop to respond. The paradox is that the system works well without
> >
> > Not necessarily. People are going to be able to insert/update/delete from
> > the tables (the locks are AccessShareLock) because those don't get a
> > conflicting table lock.  They're not going to be able to do things like
> > vacuum full or alter table however because those do.
> >
>
> Can you point me to any place in docs to read more detailed about locks and statistic (
> I have idea, butt also I will to know more if possible).

Well, for a list of the lock levels and some examples of where they're
used you might want to see:
http://www.postgresql.org/docs/7.3/static/explicit-locking.html

pgsql-admin by date:

Previous
From: mendola@bigfoot.com
Date:
Subject: cancel <3FB12A96.9090401@bigfoot.com>
Next
From: Jeff
Date:
Subject: Re: Upgrading to Solaris 9