[MASSMAIL] Postgres_FDW doc doesn't specify TYPE support in Remote Execution Options - Mailing list pgsql-general

From Rajan Pandey
Subject [MASSMAIL] Postgres_FDW doc doesn't specify TYPE support in Remote Execution Options
Date
Msg-id CAPr50Mn8YZxMRNcbF25r2b4tf+sPBj39T6CQyq04-UD8OfPDQA@mail.gmail.com
Whole thread Raw
Responses Re: Postgres_FDW doc doesn't specify TYPE support in Remote Execution Options
List 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
Attachment

pgsql-general by date:

Previous
From: Arvind Raghuwanshi
Date:
Subject: [MASSMAIL]Regarding: Replication of TRUNCATE commands is not working
Next
From: Laurenz Albe
Date:
Subject: Re: Postgres_FDW doc doesn't specify TYPE support in Remote Execution Options