[MASSMAIL] Postgres_FDW doc doesn't specify TYPE support in Remote Execution Options

Поиск
Список
Период
Сортировка
От Rajan Pandey
Тема [MASSMAIL] Postgres_FDW doc doesn't specify TYPE support in Remote Execution Options
Дата
Msg-id CAPr50Mn8YZxMRNcbF25r2b4tf+sPBj39T6CQyq04-UD8OfPDQA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Postgres_FDW doc doesn't specify TYPE support in Remote Execution Options  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список pgsql-general
Hi,
I was reading https://www.postgresql.org/docs/current/postgres-fdw.html#POSTGRES-FDW-OPTIONS-REMOTE-EXECUTION and found that it mentions that Immutable Functions and Operators can be pushed down using `extensions` option for foreign server.

But it does not mention about TYPE. In the shippable.c/lookup_shippable() function, I found that type is also pushed down.

image.png

Does this require updating the docs? Can I raise a PR to do so? Thank you! :) 

--
Regards
Rajan Pandey
Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Arvind Raghuwanshi
Дата:
Сообщение: [MASSMAIL]Regarding: Replication of TRUNCATE commands is not working
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Postgres_FDW doc doesn't specify TYPE support in Remote Execution Options