Re: [BUGS] BUG #14759: insert into foreign data partitions fail

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: [BUGS] BUG #14759: insert into foreign data partitions fail
Дата
Msg-id 7a8c22cd-3330-753b-1c3a-e95f64908179@lab.ntt.co.jp
обсуждение исходный текст
Ответ на [BUGS] BUG #14759: insert into foreign data partitions fail  (mtuncer@gmail.com)
Ответы Re: [BUGS] BUG #14759: insert into foreign data partitions fail  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: mtuncer@gmail.com
Дата:
Сообщение: [BUGS] BUG #14759: insert into foreign data partitions fail
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [BUGS] BUG #14759: insert into foreign data partitions fail