Re: operator class "xxx" does not exist for access method "yyy" - Mailing list pgsql-bugs

From John Naylor
Subject Re: operator class "xxx" does not exist for access method "yyy"
Date
Msg-id CAFBsxsHCJC_XgRAVqsWBY7b8tXd6hSrTj5W-PVBSLpRw-QpzyQ@mail.gmail.com
Whole thread Raw
In response to operator class "xxx" does not exist for access method "yyy"  (Tianyi Gao <gtydoit@gmail.com>)
Responses Re: operator class "xxx" does not exist for access method "yyy"  (Tianyi Gao <gtydoit@gmail.com>)
List 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 by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: BUG #17860: Possible Bugs in PL/pgSQL Functions' Return Values
Next
From: Tom Lane
Date:
Subject: Re: BUG #17860: Possible Bugs in PL/pgSQL Functions' Return Values