ip4r
ip4r
ip4r : IPv4/v6 and IPv4/v6 range index type for PostgreSQL
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 3820 | ip4r
|
ip4r
|
2.4.2 |
TYPE
|
PostgreSQL
|
C
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-d-r
|
No
|
Yes
|
No
|
Yes
|
yes
|
no
|
| Relationships | |
|---|---|
| Need By | geoip
|
| See Also | pg_net
prefix
semver
unit
pgpdf
pglite_fusion
md5hash
asn1oid
|
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG
|
2.4.2 |
18
17
16
15
14
13
|
ip4r |
- |
| RPM | PGDG
|
2.4.2 |
18
17
16
15
14
13
|
ip4r_$v* |
- |
| DEB | PGDG
|
2.4.2 |
18
17
16
15
14
13
|
postgresql-$v-ip4r |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
el8.aarch64
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
el9.x86_64
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
el9.aarch64
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
el10.x86_64
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
el10.aarch64
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
d12.x86_64
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
d12.aarch64
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
d13.x86_64
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
d13.aarch64
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
u22.x86_64
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
u22.aarch64
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
u24.x86_64
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
u24.aarch64
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
PGDG 2.4.2
|
Source
Install
Make sure PGDG repo available:
pig repo add pgdg -u # add pgdg repo and update cacheInstall this extension with pig:
pig install ip4r; # install via package name, for the active PG version
pig install ip4r -v 18; # install for PG 18
pig install ip4r -v 17; # install for PG 17
pig install ip4r -v 16; # install for PG 16
pig install ip4r -v 15; # install for PG 15
pig install ip4r -v 14; # install for PG 14
pig install ip4r -v 13; # install for PG 13Create this extension with:
CREATE EXTENSION ip4r;Last updated on