Re: Table partitioning problem

From: Samba GUEYE <samba(dot)gueye(at)intesens(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Jim Nasby <jim(at)nasby(dot)net>, Postgre Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Table partitioning problem
Date: 2011-03-14 16:42:06
Message-ID: 4D7E455E.5050908@intesens.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Yeah but is there a workaround to force the root table to propagate the
foreign key to the partitionned table
because right now all foreign keys to partitionned table throws
constraints violation and it's a big problem for me
Le 11/03/2011 19:31, Robert Haas a écrit :
> On Thu, Mar 10, 2011 at 3:25 AM, Samba GUEYE<samba(dot)gueye(at)intesens(dot)com> wrote:
>> The measure insertion is successful but problems raise up when inserting in
>> the simpleMeasure table because it can't find the foreign key inserted the
>> measure table and do not look at the partitionned tables
> Yes, that's how it works.
>

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2011-03-14 17:17:33 Re: unexpected stable function behavior
Previous Message Claudio Freire 2011-03-14 15:54:56 Re: Performance regression from 8.3.7 to 9.0.3