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

From: Rajan Pandey <rajanpandey2508(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Postgres_FDW doc doesn't specify TYPE support in Remote Execution Options
Date: 2024-04-09 10:19:39
Message-ID: CAPr50Mn8YZxMRNcbF25r2b4tf+sPBj39T6CQyq04-UD8OfPDQA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs 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
<https://doxygen.postgresql.org/shippable_8c_source.html>/lookup_shippable()
function, I found that type is also pushed down.

[image: image.png]

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

--
Regards
Rajan Pandey

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Laurenz Albe 2024-04-09 10:36:08 Re: Postgres_FDW doc doesn't specify TYPE support in Remote Execution Options
Previous Message PG Doc comments form 2024-04-09 09:31:40 8.14.5 jsonb subscripting

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2024-04-09 10:36:08 Re: Postgres_FDW doc doesn't specify TYPE support in Remote Execution Options
Previous Message Arvind Raghuwanshi 2024-04-09 09:20:10 Regarding: Replication of TRUNCATE commands is not working