Re: autovacuum ignore tables

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sriram Dandapani" <sdandapani(at)counterpane(dot)com>
Cc: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>, pgsql-admin(at)postgresql(dot)org
Subject: Re: autovacuum ignore tables
Date: 2006-09-29 18:10:06
Message-ID: 18335.1159553406@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Sriram Dandapani" <sdandapani(at)counterpane(dot)com> writes:
> I tried your code with the lock table followed by drop.
> The lock table goes into a wait state AND all INSERTS (even new ones
> coming in) go into a wait state.

Well, it's waiting for something. Try looking in pg_locks to see which
transaction is blocking it.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Sriram Dandapani 2006-09-29 18:21:50 Re: autovacuum ignore tables
Previous Message Sriram Dandapani 2006-09-29 17:59:54 Re: autovacuum ignore tables