troubleshooting
Is there support for Network Address Data Types and related functions in the database?
Jim inquired about the support for Network Address Data Types and related functions in the database, while Eric mentioned considering the feedback and suggested using varchar
for now. Additionally, Jim expressed interest in functions to determine if an IP is in a CIDR range.
Ji
Jim
Asked on Oct 13, 2023
- Currently, there is no support for Network Address Data Types in the database.
- Eric suggested using
varchar
as an alternative for now. - Jim expressed interest in functions to determine if an IP is in a CIDR range.
- Eric acknowledged the feedback and noted the request for related functions.
- For determining if an IP is in a CIDR range, external libraries like
cidr_utils
in Rust can be used.
Oct 14, 2023Edited by