Re: Partitioning WIP patch - Mailing list pgsql-hackers

From Amit Langote
Subject Re: Partitioning WIP patch
Date
Msg-id 54EE76C2.40404@lab.ntt.co.jp
Whole thread Raw
In response to Re: Partitioning WIP patch  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
List pgsql-hackers
On 26-02-2015 AM 10:24, Amit Langote wrote:
> To clarify things a bit more, transformCreateStmt() transforms PARTITION
> OF into LIKE INCLUDING ALL, not INHERITS. And as mentioned, for Append
> to work, I have made ATExecAddInherit() to do some of the things
> ATExecAttachPartition() does. Again, that is a temporary arrangement.
> 

I misspoke. Should have said:

... for Append to work, I have made ATExecAttachPartition() to do some
of the things ATExecAddInherit() does. Again, that is a temporary
arrangement.

Thanks,
Amit




pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: Partitioning WIP patch
Next
From: Jim Nasby
Date:
Subject: Re: Partitioning WIP patch