Re: Re: 9.5 release notes may need ON CONFLICT DO NOTHING compatibility notice for FDW authors
В списке pgsql-hackers по дате отправления:
| От | Etsuro Fujita |
|---|---|
| Тема | Re: Re: 9.5 release notes may need ON CONFLICT DO NOTHING compatibility notice for FDW authors |
| Дата | |
| Msg-id | 5566CFE5.6030902@lab.ntt.co.jp обсуждение исходный текст |
| Ответ на | Re: 9.5 release notes may need ON CONFLICT DO NOTHING compatibility notice for FDW authors (Peter Geoghegan <pg@heroku.com>) |
| Ответы |
Re: Re: 9.5 release notes may need ON CONFLICT DO NOTHING
compatibility notice for FDW authors
|
| Список | pgsql-hackers |
On 2015/05/25 9:16, Peter Geoghegan wrote: > AddForeignUpdateTargets() actually won't be called with ON CONFLICT DO > UPDATE, and so it isn't exactly true that the only obstacle to making > FDWs support ON CONFLICT DO UPDATE is around inference of arbiter > unique indexes on the foreign side. It's *almost* true, though. I think that those are interesting problems. Wouldn't we need some additional hacks for the core or FDW to perform an operation that is equivalent to dynamically switching the ExecInsert/ExecForeignInsert processing to the ExecUpdate/ExecForeignUpdate processing in case of a conflict? Best regards, Etsuro Fujita
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера