[HACKERS] postgres_fdw: evaluate placeholdervars on remote server

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема [HACKERS] postgres_fdw: evaluate placeholdervars on remote server
Дата
Msg-id 6533e100-dbdf-1ac3-23f3-6ca9da48adbb@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: postgres_fdw: evaluate placeholdervars on remote server  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Hi,

Here is a patch for $subject.  This is the same as what I proposed in  
combination with a feature for full joins [1]; this would allow us to  
push down left/right/full joins with PHVs to the remote and improve how  
to deparse whole-row references.  Since this is implemented on top of  
the feature for full-joins (ie, the deparser logic for subqueries), I  
proposed this on that thread, but this is slightly independent from that  
feature (and we haven't discussed this in detail on that thread), so I  
think it's better to start new thread.  Attached is a new version, which  
is created on top of [2].  I'll add this to the upcoming CF.

Best regards,
Etsuro Fujita

[1]  
https://www.postgresql.org/message-id/c449261a-b033-dc02-9254-2fe5b7044795%40lab.ntt.co.jp
[2]  
https://www.postgresql.org/message-id/920e660b-6fec-6022-759d-e96e37dd5984%40lab.ntt.co.jp

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] timeouts in PostgresNode::psql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] avoid bloat from CREATE INDEX CONCURRENTLY