Package: postgresql-18-ip4r Source: ip4r Version: 2.4.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 514 Depends: postgresql-18, libc6 (>= 2.38) Breaks: postgresql-18-jit-llvm (<< 21) Provides: postgresql-ip4r Homepage: https://github.com/RhodiumToad/ip4r Priority: optional Section: misc Filename: pool/main/i/ip4r/postgresql-18-ip4r_2.4.3-1.pgdg26.04+1_amd64.deb Size: 179104 SHA512: 85e56f75307c0353997dc8da3fbdbcf4796b9aaf6f90a62be10395a51735a7724b02ab037549713b71e836875dd804a692d4764e84b25350f5aeb6e272970e8d SHA256: 023dc168e154c08a2f68d3d39ce82840b46e3acea4533d3da74424ed88bd2c00 SHA1: 29868c75644f43aa3c1685dd245d1a244e6f89bd MD5sum: aa5096503f93301d59d3c4175616ffff Description: IPv4 and IPv6 types for PostgreSQL 18 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.