Package: postgresql-17-ip4r Source: ip4r Version: 2.4.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 549 Depends: postgresql-17, libc6 (>= 2.7) Breaks: postgresql-17-jit-llvm (<< 15) Provides: postgresql-ip4r Homepage: https://github.com/RhodiumToad/ip4r Priority: optional Section: misc Filename: pool/main/i/ip4r/postgresql-17-ip4r_2.4.3-1.pgdg22.04+1_amd64.deb Size: 199264 SHA512: a7a96328a745d22b3a86e68b8991b13c69f7a97102f9e1f29e4e83796e0ad109803ec4e84146892013efb769e41544d6154e41b19e78cdb93482d0b082a41f29 SHA256: cd848a330d91c34c8add1f6ed5e0e057baa602db5295ce68451f132136bc0e50 SHA1: 9c80354c027fc3e8a8337bb7a10b10aef5d9cd0e MD5sum: d2f7c48d65c80e87eba241fcbfdfbb4b Description: IPv4 and IPv6 types for PostgreSQL 17 This PostgreSQL module provides several data types which can contain single IPv4 or IPv6 addresses or a range of such addresses. . ip4r supports these data types: . ip4: IPv4 address '#.#.#.#' ip4r: IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#' ip6: IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx' ip6r: IPv6 range '#-#' or '#/#' or '#' ipaddress: IPv4 or IPv6 address iprange: IPv4 or IPv6 range . While PostgreSQL already has built-in types 'inet' and 'cidr', the authors of this module found that they had a number of requirements that were not addressed by the built-in types.