-
Notifications
You must be signed in to change notification settings - Fork 228
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
Support inet/cidr operators #299
Comments
@LordMike can you please provide some more detail on exactly which operators you need in your application? |
For this specific project, contains-or-equals operators. So: |
@austindrenski you're welcome to work on this, it should be even easier than ranges (no generics). However, please take into account my comment on the design before starting to implement, so we're agreed on how we want translators to look like. |
As pr. Gitter chat.
For a project, I need to be able to perform containment/comparison operations on inet/cidr types, so the operators in the below documentation would be awesome to have :).
https://www.postgresql.org/docs/9.3/static/functions-net.html
The text was updated successfully, but these errors were encountered: