-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
CREATE INDEX error... Missing strans comparison function or hash opclass? #93
Comments
@esabol I would propose to share some information about xgeom_intext function and s_region type. |
I'm getting a different error here:
Looking up strans by actual value in a btree doesn't seem to make much sense to me. Wouldn't you rather look up the transformation by some other means and then apply it? |
|
What operation inside the |
I don't know! |
Does |
|
@df7cb asked:
Ah, yeah, that makes sense.
A user-defined type we call "xgeom". strans is a component, but also spoint and scircle and possibly spoly (but not really in practice). It's kind of a generic spherical geometry polymorphic type. |
The strans error message might go away when we implement a btree opclass, but what would |
One of my colleagues is trying to create an index on a column operated on with a PL/pgsql function that we have that uses various pgsphere types and operators and received this error....
Should pgsphere provide a comparison function for strans objects? Does that even make sense?
In the meantime, if anyone has even a quick and dirty solution or advice to help my colleague get beyond this error, please reply.
The text was updated successfully, but these errors were encountered: