Re: BUG #15724: Can't create foreign table as partition
Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
From: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
To: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Cc: Stepan Yankevych <stepya@ukr.net>,
Alvaro Herrera <alvherre@2ndquadrant.com>,
Tom Lane <tgl@sss.pgh.pa.us>, pgsql-bugs@lists.postgresql.org,
etsuro.fujita@gmail.com
Date: 2019-04-05T12:07:47Z
Lists: pgsql-bugs
(2019/04/01 15:45), Amit Langote wrote: > On 2019/04/01 15:01, Etsuro Fujita wrote: >> +1 for adding such notes, but I'm not sure if it's a good idea to put it >> there because I think that would make the introductory documentation a bit >> verbose. How about adding it to the reference pages of CREATE FOREIGN >> TABLE and ALTER TABLE like the attached? > > Thanks for creating the patch. Looks good to me. Pushed after fixing a copy-pasto: s/sql-createtable/sql-createforeigntable/ Thanks for reviewing, Amit-san! Best regards, Etsuro Fujita
Commits
-
Fix partitioned index creation with foreign partitions
- 9653ca2197e2 11.5 landed
- 55ed3defc966 12.0 landed
-
Doc: Update documentation on partitioning vs. foreign tables.
- 7338ed28e2ec 11.3 landed
- 3e6b0c472942 12.0 landed