Re: [BUGS] BUG #14759: insert into foreign data partitions fail - Mailing list pgsql-bugs

From Amit Langote
Subject Re: [BUGS] BUG #14759: insert into foreign data partitions fail
Date
Msg-id 7a8c22cd-3330-753b-1c3a-e95f64908179@lab.ntt.co.jp
Whole thread Raw
In response to [BUGS] BUG #14759: insert into foreign data partitions fail  (mtuncer@gmail.com)
Responses Re: [BUGS] BUG #14759: insert into foreign data partitions fail  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-bugs
On 2017/07/25 6:28, mtuncer@gmail.com wrote:
> The following bug has been logged on the website:
> 
> Bug reference:      14759
> Logged by:          Murat Tuncer
> Email address:      mtuncer@gmail.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



-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: mtuncer@gmail.com
Date:
Subject: [BUGS] BUG #14759: insert into foreign data partitions fail
Next
From: "David G. Johnston"
Date:
Subject: Re: [BUGS] BUG #14759: insert into foreign data partitions fail