Package: postgresql-14-ip4r Source: ip4r Version: 2.4.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 508 Depends: postgresql-14, libc6 (>= 2.38) Breaks: postgresql-14-jit-llvm (<< 21) Provides: postgresql-ip4r Homepage: https://github.com/RhodiumToad/ip4r Priority: optional Section: misc Filename: pool/main/i/ip4r/postgresql-14-ip4r_2.4.3-1.pgdg26.04+1_amd64.deb Size: 177288 SHA512: e244ec47372f6d42084e3f2dd4e1af26829456d044fcea7aae91581aa94152f08d90ec3299bcf4510c700360aeab60da3c76350e8f2b8b722fb71f6febff2d18 SHA256: 20369f9faceb34b08a3563614544b2c287159be7e8679e8046621b0d009b64f7 SHA1: 6afca2b85914164b79d63edac6348228600bb616 MD5sum: 5cc402f9596e4c8dd461c7211aa440bc Description: IPv4 and IPv6 types for PostgreSQL 14 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.