We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to use hashing on h3index, Posrtgres returns an error
h3index
CREATE TABLE hashtemp ( h3_id h3index PRIMARY KEY ) PARTITION BY HASH (h3_id);
Returns:
ERROR: operator class "hash_h3index_ops" of access method hash is missing support function 2 for type h3index
Bu this looks good to me... 🤔
The text was updated successfully, but these errors were encountered:
I just checked the documentation again, and apparently hash indexes allow a second support function.
I'll have to read up on that.
Sorry, something went wrong.
5b61417
zachasme
No branches or pull requests
When trying to use hashing on
h3index
, Posrtgres returns an errorReturns:
ERROR: operator class "hash_h3index_ops" of access method hash is missing support function 2 for type h3index
Bu this looks good to me... 🤔
The text was updated successfully, but these errors were encountered: