Package: postgresql-11-ip4r Source: ip4r Version: 2.4.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 355 Depends: postgresql-11, libc6 (>= 2.38) 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.pgdg26.04+1_amd64.deb Size: 69112 SHA512: cc6400a761ddb5e6ac8d3fa6ac691bbf89abdfc17e3f8629c6afe0b81b192d730044f95d3845e039701541149ba1c6f7664e0aceee47b7c852b5352106cbf6a6 SHA256: 62d0ed5e88e725ed5a3baa635b266eb803f9a751bcd6a04aae6bc7c063339bcb SHA1: 4477809e64c3fe180291008a92b77daf2572fcef MD5sum: aa8e5b33acaa8c0d6219662ee7045dc2 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.