Re: Problem with update on partitioned table

From: Alex Solovey <a(dot)solovey(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with update on partitioned table
Date: 2008-03-24 22:37:22
Message-ID: 47E82D22.6030400@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom,

> If you're feeling brave, try the patch I just committed to CVS.

I just did it. It works! According to the query plan, only one partition
is being examined now.

Is this patch going to be included in 8.3 only, or in 8.2 as well?

Thanks!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-03-24 22:40:27 Re: Problem with update on partitioned table
Previous Message Tom Lane 2008-03-24 22:05:07 Re: Problem with update on partitioned table