Re: operator class "xxx" does not exist for access method "yyy"

Поиск
Список
Период
Сортировка
От John Naylor
Тема Re: operator class "xxx" does not exist for access method "yyy"
Дата
Msg-id CAFBsxsHCJC_XgRAVqsWBY7b8tXd6hSrTj5W-PVBSLpRw-QpzyQ@mail.gmail.com
обсуждение исходный текст
Ответ на operator class "xxx" does not exist for access method "yyy"  (Tianyi Gao <gtydoit@gmail.com>)
Ответы Re: operator class "xxx" does not exist for access method "yyy"
Список pgsql-bugs

On Wed, Mar 22, 2023 at 8:15 PM Tianyi Gao <gtydoit@gmail.com> wrote:
>
> postgres=# CREATE TEMP TABLE issue(c0 FLOAT , c1 money NULL) PARTITION BY HASH((issue.c0)cdbhash_float8_ops);
> ERROR:  operator class "cdbhash_float8_ops" does not exist for access method "hash"

cdbhash_float8_ops seems specific to Greenplum, so not found in community Postgres.

--
John Naylor
EDB: http://www.enterprisedb.com

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #17860: Possible Bugs in PL/pgSQL Functions' Return Values
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #17860: Possible Bugs in PL/pgSQL Functions' Return Values