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

From: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
To: Tianyi Gao <gtydoit(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: operator class "xxx" does not exist for access method "yyy"
Date: 2023-03-22 14:12:56
Message-ID: CAFBsxsHCJC_XgRAVqsWBY7b8tXd6hSrTj5W-PVBSLpRw-QpzyQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Mar 22, 2023 at 8:15 PM Tianyi Gao <gtydoit(at)gmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2023-03-22 14:19:11 Re: BUG #17860: Possible Bugs in PL/pgSQL Functions' Return Values
Previous Message David G. Johnston 2023-03-22 14:02:05 Re: BUG #17860: Possible Bugs in PL/pgSQL Functions' Return Values