| От | Etsuro Fujita |
|---|---|
| Тема | Re: postgres_fdw behaves oddly |
| Дата | |
| Msg-id | 5405940F.4040906@lab.ntt.co.jp обсуждение исходный текст |
| Ответ на | postgres_fdw behaves oddly (Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>) |
| Ответы |
Re: postgres_fdw behaves oddly
|
| Список | pgsql-hackers |
(2014/09/01 20:15), Etsuro Fujita wrote: > While working on [1], I've found that postgres_fdw behaves oddly: > > postgres=# create foreign table ft (a int) server loopback options > (table_name 't'); > CREATE FOREIGN TABLE > postgres=# select tableoid, * from ft; > tableoid | a > ----------+--- > 16400 | 1 > (1 row) > > postgres=# select tableoid, * from ft where tableoid = 16400; > tableoid | a > ----------+--- > (0 rows) > I think that one simple way of fixing such issues would be > to consider unsafe to send to the remote a qual that contains any system > columns. I noticed the previous patch has overdone it. Attached is an updated version of the patch. Thanks, PS: > [1] https://commitfest.postgresql.org/action/patch_view?id=1386 I'll update the patch in [1] on top of this version. Best regards, Etsuro Fujita
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера