Re: FW: Query execution failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: FW: Query execution failure
Дата
Msg-id 490923.1675096173@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: FW: Query execution failure  (Joe Conway <mail@joeconway.com>)
Ответы RE: FW: Query execution failure
Список pgsql-bugs
Joe Conway <mail@joeconway.com> writes:
> Also I have been told (not verified by me) that MySQL at least supports 
> using its own built-in collation. If so, how can we ever know that 
> whatever Postgres is using will match that?

Ugh.  mysql_fdw probably ought to default to no-sort-pushdown.

> I wonder if we should have an attribute of a foreign server that 
> indicates whether sort pushdown is enabled or not.

This is something that would have to be implemented individually
by each FDW for which it's relevant.  We could set a good precedent,
and perhaps standardize the option name, by doing that in postgres_fdw.

            regards, tom lane



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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: FW: Query execution failure
Следующее
От: Pete Storer
Дата:
Сообщение: RE: FW: Query execution failure