Package: postgresql-12-ip4r Source: ip4r Version: 2.4.2-3.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 641 Depends: postgresql-12, postgresql-12-jit-llvm (>= 15), libc6 (>= 2.7) Provides: postgresql-ip4r Homepage: https://github.com/RhodiumToad/ip4r Priority: optional Section: misc Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.2-3.pgdg22.04+1_amd64.deb Size: 200972 SHA256: 878f0fefa7ac7f336db9bf22d6449e338a6f1c561caabf3f1d00dc05948f1876 SHA1: 9211658360bcc7af727eb72088b1d3981579d38e MD5sum: 9c5c6c28bd0da0596fd7d60e846126db Description: IPv4 and IPv6 types for PostgreSQL 12 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.