Re: Fighting the autovacuumer (to prevent wraparound)

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Fighting the autovacuumer (to prevent wraparound)
Date: 2013-10-03 19:24:04
Message-ID: 524DC454.3070708@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/3/2013 11:53 AM, bricklen wrote:
> Are you uninheriting the partition before attempting to get rid of it?
> Eg.
> ALTER TABLE your_partition NO INHERIT the_parent_table;

in a completely different but similar scenario, we've tried this, but NO
INHERIT also blocks and and can deadlock if there's locks on the parent
table, which in our case has nearly continuous OLTP style insert,
update, and select queries running

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert Haas 2013-10-03 20:26:36 Re: [GENERAL] currval and DISCARD ALL
Previous Message Michael Graham 2013-10-03 19:18:06 Re: Fighting the autovacuumer (to prevent wraparound)