Re: Multiple primary key on partition table? - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Multiple primary key on partition table?
Date
Msg-id 20181004145503.gtuj5eritwnomz4o@alvherre.pgsql
Whole thread Raw
In response to Re: Multiple primary key on partition table?  (Rajkumar Raghuwanshi <rajkumar.raghuwanshi@enterprisedb.com>)
Responses Re: Multiple primary key on partition table?  (amul sul <sulamul@gmail.com>)
List pgsql-hackers
On 2018-Oct-01, Rajkumar Raghuwanshi wrote:

> On Tue, Sep 18, 2018 at 11:20 AM amul sul <sulamul@gmail.com> wrote:
> 
> > Here is the complete patch proposes the aforesaid fix with regression test.
>
> Thanks, This worked for me.

Yeah, looks good to me, pushed.  I added one more regression test to
ensure that the PRIMARY KEY clause in the partition is still accepted if
the parent does not have one.

Thanks

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Geoff Winkless
Date:
Subject: Re: Poor plan when using EXISTS in the expression list
Next
From: Alvaro Herrera
Date:
Subject: Re: Segfault when creating partition with a primary key and sql_droptrigger exists