Re: BUG #15287: postgres_fdw: the "WHERE date_trunc('day', dt) ='YYYY-MM-DD' does not push to remote.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: BUG #15287: postgres_fdw: the "WHERE date_trunc('day', dt) ='YYYY-MM-DD' does not push to remote.
Дата
Msg-id 20180720163945.exro5xgl7skq3kzo@alap3.anarazel.de
обсуждение исходный текст
Ответ на BUG #15287: postgres_fdw: the "WHERE date_trunc('day',dt) = 'YYYY-MM-DD' does not push to remote.  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #15287: postgres_fdw: the "WHERE date_trunc('day', dt) ='YYYY-MM-DD' does not push to remote.  (Ireneusz Pluta <ipluta@wp.pl>)
Re: BUG #15287: postgres_fdw: the "WHERE date_trunc('day', dt) = 'YYYY-MM-DD' does not push to remote.  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-bugs
Hi,

On 2018-07-20 16:31:18 +0000, PG Bug reporting form wrote:
> the clause:
> WHERE date_trunc('day'::text, dt::timestamp without time zone) =
> 'yyyy-mm-dd' 
> does not get shipped to the foreign server.

You're probably going to have a higher likelihood of getting the bug
fixed quickly if you'd include a full reproducer.

Greetings,

Andres Freund


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15287: postgres_fdw: the "WHERE date_trunc('day',dt) = 'YYYY-MM-DD' does not push to remote.
Следующее
От: Ireneusz Pluta
Дата:
Сообщение: Re: BUG #15287: postgres_fdw: the "WHERE date_trunc('day', dt) ='YYYY-MM-DD' does not push to remote.