Package: postgresql-15-ip4r Source: ip4r Version: 2.4.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 545 Depends: postgresql-15, libc6 (>= 2.7) Breaks: postgresql-15-jit-llvm (<< 15) Provides: postgresql-ip4r Homepage: https://github.com/RhodiumToad/ip4r Priority: optional Section: misc Filename: pool/main/i/ip4r/postgresql-15-ip4r_2.4.3-1.pgdg22.04+1_amd64.deb Size: 197268 SHA512: 6f4f412a7851decfe6358c0786f637abc2ef84b4a628f2f95eebdb113c9ce77e05637ee3d35064ff872120bb4248c8ce5c296b2dc61c36bc2b54554c9ae668da SHA256: 6b775df5fa04505902eeac6ea30f4093adf1de79fcd954b2884db81dd56dae9c SHA1: 16fd1e959737996d93fe9d91384c502842e72b35 MD5sum: 0a10f28518ec73010a2768984b154d2a Description: IPv4 and IPv6 types for PostgreSQL 15 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.