Skip to content
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

Any plans to support postgres point type? #1943

Closed
mattoni opened this issue Jul 1, 2022 · 1 comment
Closed

Any plans to support postgres point type? #1943

mattoni opened this issue Jul 1, 2022 · 1 comment

Comments

@mattoni
Copy link

mattoni commented Jul 1, 2022

I saw there's some support for 'PostGIS' using the geozero crate, but my use case isn't that complex and I just want to use the point type without needing the full 'PostGIS' support. Is this planned/possible? Thanks!

The error I get:

unsupported type POINT of column #2 ("origin_point")
@abonander
Copy link
Collaborator

The discussion in #166 regards the 2D geometric types described in https://www.postgresql.org/docs/current/datatype-geometric.html

PostGIS is a different data model entirely.

There is currently no plans to add support for either of these, though, but we will always accept a PR. I'd suggest keeping the discussion in #166 however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants