Re: BUG #14759: insert into foreign data partitions fail

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: mtuncer(at)gmail(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14759: insert into foreign data partitions fail
Date: 2017-07-25 00:19:24
Message-ID: 7a8c22cd-3330-753b-1c3a-e95f64908179@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On 2017/07/25 6:28, mtuncer(at)gmail(dot)com wrote:
> The following bug has been logged on the website:
>
> Bug reference: 14759
> Logged by: Murat Tuncer
> Email address: mtuncer(at)gmail(dot)com
> PostgreSQL version: 10beta2
> Operating system: Mac 10.12.6
> Description:
>
> I got
>
> ERROR: cannot route inserted tuples to a foreign table

Inserting tuples into a partitioned table that will route to one of its
foreign table partitions is unsupported in PG 10. The limitation is
mentioned on the following page:
https://www.postgresql.org/docs/devel/static/ddl-partitioning.html

Thanks,
Amit

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2017-07-25 00:43:58 Re: BUG #14759: insert into foreign data partitions fail
Previous Message mtuncer 2017-07-24 21:28:15 BUG #14759: insert into foreign data partitions fail

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2017-07-25 00:43:58 Re: BUG #14759: insert into foreign data partitions fail
Previous Message Alvaro Herrera 2017-07-24 23:33:08 Re: More race conditions in logical replication