Package: postgresql-10-ip4r Source: ip4r Version: 2.4.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 341 Depends: postgresql-10, libc6 (>= 2.7) Provides: postgresql-ip4r Homepage: https://github.com/RhodiumToad/ip4r Priority: optional Section: misc Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.3-1.pgdg22.04+1_amd64.deb Size: 67760 SHA512: b2b7d34e5057f1747771e4d90d25b39921b42b1650120a08bc3f099faf4256970bd5f090c1d1a53329c327d2aaa848cd8b102f465a9dfa79a8196fbca17a30d6 SHA256: 305801b58a68b7e4ddd627071c3875e912073ff822825815476c852206a3922e SHA1: 469cbd987e6b952138f93ad4af9ef8b5711c1f71 MD5sum: d256a04846b6f9e96ff2a07b196af716 Description: IPv4 and IPv6 types for PostgreSQL 10 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.