Re: Postgres_fdw join pushdown - wrong results with whole-row reference

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема Re: Postgres_fdw join pushdown - wrong results with whole-row reference
Дата
Msg-id 4486e69f-5c8d-9d9e-db70-117e2a0fafec@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: Postgres_fdw join pushdown - wrong results with whole-row reference  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Ответы Re: Postgres_fdw join pushdown - wrong results with whole-row reference  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Список pgsql-hackers
On 2016/06/28 13:53, Ashutosh Bapat wrote:
> Ideally, we should point out the specific column that faced the
> conversion problem and report it, instead of saying the whole row
> reference conversion caused the problem. But that may be too difficult.

I think so too.

> Or at least the error message should read "whole row reference of
> foreign table ft1".

OK, attached is an updated version of the patch, which uses "whole-row
reference", not "wholerow".

Best regards,
Etsuro Fujita

Вложения

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

Предыдущее
От: Rushabh Lathia
Дата:
Сообщение: ERROR: ORDER/GROUP BY expression not found in targetlist
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Postgres_fdw join pushdown - wrong results with whole-row reference