Postgres_FDW doc doesn't specify TYPE support in Remote Execution Options
В списке pgsql-docs по дате отправления:
| От | PG Doc comments form |
|---|---|
| Тема | Postgres_FDW doc doesn't specify TYPE support in Remote Execution Options |
| Дата | |
| Msg-id | 171274467218.684.16592668009511200510@wrigleys.postgresql.org обсуждение |
| Список | pgsql-docs |
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/postgres-fdw.html Description: Hi, The https://www.postgresql.org/docs/current/postgres-fdw.html#POSTGRES-FDW-OPTIONS-REMOTE-EXECUTION section mentions for `extensions` configuration option: > Functions and operators that are immutable and belong to a listed extension will be considered shippable to the remote server. But doesn't mention that extensions' custom data types will be pushed down as well! I feel it's important and worth mentioning. I noticed that the lookup_shippable() function in shippable.c file does mention that: > Returns true if given object (operator/function/type) is shippable according to the server options. Src: https://github.com/postgres/postgres/blob/master/contrib/postgres_fdw/shippable.c#L108 Can you please update the official docs to call out about types? Thank you! :)
В списке pgsql-docs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера