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