mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 07:54:00 +02:00
84fd583f88
IP4R is a PostgreSQL extension which supports 6 data types allowing you to store IPv4 & IPv6 addresses in a PostgreSQL table: ip4 - a single IPv4 address ip4r - an arbitrary range of IPv4 addresses ip6 - a single IPv6 address ip6r - an arbitrary range of IPv6 addresses ipaddress - a single IPv4 or IPv6 address iprange - an arbitrary range of IPv4 or IPv6 addresses While PostgreSQL already has builtin types 'inet' and 'cidr', the authors of this module found that they had a number of requirements that were not addressed by the builtin types.
15 lines
598 B
Plaintext
15 lines
598 B
Plaintext
include/postgresql/server/extension/ip4r/
|
|
include/postgresql/server/extension/ip4r/ipr.h
|
|
@so lib/postgresql/ip4r.so
|
|
share/doc/postgresql/
|
|
share/doc/postgresql/extension/
|
|
share/doc/postgresql/extension/README.ip4r
|
|
share/postgresql/extension/ip4r--2.0--2.1.sql
|
|
share/postgresql/extension/ip4r--2.1--2.2.sql
|
|
share/postgresql/extension/ip4r--2.2--2.4.sql
|
|
share/postgresql/extension/ip4r--2.4.sql
|
|
share/postgresql/extension/ip4r--unpackaged1--2.0.sql
|
|
share/postgresql/extension/ip4r--unpackaged2.0--2.0.sql
|
|
share/postgresql/extension/ip4r--unpackaged2.1--2.1.sql
|
|
share/postgresql/extension/ip4r.control
|