Extensions / Functions and aggregates
Transform an IPv4 or IPv6 address range into the minimal set of CIDR blocks
pgext.cloud · Source code · Documentation · License text · Control file
| Package | postgresql_cidr |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | SQL only |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Schema | pg_catalog |
| Stars | 4 |
| Latest commit | 2026-06-19 |
| Catalogue updated | 2026-08-30 |
| connection_limits | Enforce connection quotas by user, database, source IP or hostname, including combined rules. |
| inetrange | Range type for PostgreSQL inet values with range operators and GiST indexing support. |
| emailaddr | Email address type for PostgreSQL |
| addressing_dictionary | Address handling dictionaries for PostgreSQL, applying smarter handling to addresses in text search. |
| Email address data type with validation, equality operators, and user/domain helper functions. | |
| address_standardizer | Used to parse an address into constituent elements. Generally used to support geocoding address normalization step. |
| pg_address | Extension creates composite type to store address |
| bfn | Rust/pgrx utility extension with UUID, date, string, JSON/address, and validation helper functions. |