Package: postgresql-17-ip4r Source: ip4r Version: 2.4.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 514 Depends: postgresql-17, libc6 (>= 2.38) Breaks: postgresql-17-jit-llvm (<< 21) 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.pgdg26.04+1_amd64.deb Size: 178936 SHA512: 8457786a3893195042040a3fdeec78937dc9e24e08d7c88ec9ee1bd0f61ac0a04bb3790c1e76b6930c095b4aa53b343dd992fbcbe60054dcfa7aee52277d7a99 SHA256: 12aa760c02011f7de9e2b7e37faa9738d3aa766500d519282ec774e3a1a9fa0b SHA1: 88399eda010c394c998686c00881c1a0319cb7e8 MD5sum: 17797b20322f0f4dca647dfcbda00b11 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.