Package: postgresql-11-ip4r Source: ip4r Version: 2.4.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 639 Depends: postgresql-11, libc6 (>= 2.7) Breaks: postgresql-11-jit-llvm (<< 15) Provides: postgresql-ip4r Homepage: https://github.com/RhodiumToad/ip4r Priority: optional Section: misc Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.3-1.pgdg22.04+1_amd64.deb Size: 200284 SHA512: 29823055c115c89e04f982f914d54c115c201e24eb545a55d8beef6d1176e1bcd2b9ee9b341333ea7318bb1b39e97aecb7c596eefc5de632fa5023ec2d96935b SHA256: 0f20358bccfc65cf0cf3174b3be5306a5e65ea29b948fe03f1801b30708b8b78 SHA1: 110da86f094b9f24a181befbe8a49938176c5923 MD5sum: 4aa47f38607f5a47c849a8269b1cc0a3 Description: IPv4 and IPv6 types for PostgreSQL 11 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.