rum
RUM index access method
Module:
Categories:
Overview
PGDG 1st Party Extension: rum : RUM index access method
Information
- Extension ID: 2780
- Extension Name:
rum - Package Name:
rum - Category:
FEAT - License: PostgreSQL
- Website: https://github.com/postgrespro/rum
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.3.14
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
rum_$v - RPM Ver :
1.3 - RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-rum - DEB Ver :
1.3 - DEB Deps: N/A
Availability
| OS | Arch | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8 |
x86_64 |
rum_17 PGDG 1.3.14 |
rum_16 PGDG 1.3.14 |
rum_15 PGDG 1.3.14 |
rum_14 PGDG 1.3.14 |
rum_13 PGDG 1.3.14 |
el8 |
aarch64 |
rum_17 PGDG 1.3.14 |
rum_16 PGDG 1.3.14 |
rum_15 PGDG 1.3.14 |
rum_14 PGDG 1.3.14 |
rum_13 PGDG 1.3.14 |
el9 |
x86_64 |
rum_17 PGDG 1.3.14 |
rum_16 PGDG 1.3.14 |
rum_15 PGDG 1.3.14 |
rum_14 PGDG 1.3.14 |
rum_13 PGDG 1.3.14 |
el9 |
aarch64 |
rum_17 PGDG 1.3.14 |
rum_16 PGDG 1.3.14 |
rum_15 PGDG 1.3.14 |
rum_14 PGDG 1.3.14 |
rum_13 PGDG 1.3.14 |
d12 |
x86_64 |
postgresql-17-rum PGDG 1.3.14 |
postgresql-16-rum PGDG 1.3.14 |
postgresql-15-rum PGDG 1.3.14 |
postgresql-14-rum PGDG 1.3.14 |
postgresql-13-rum PGDG 1.3.14 |
d12 |
aarch64 |
postgresql-17-rum PGDG 1.3.14 |
postgresql-16-rum PGDG 1.3.14 |
postgresql-15-rum PGDG 1.3.14 |
postgresql-14-rum PGDG 1.3.14 |
postgresql-13-rum PGDG 1.3.14 |
u22 |
x86_64 |
postgresql-17-rum PGDG 1.3.14 |
postgresql-16-rum PGDG 1.3.14 |
postgresql-15-rum PGDG 1.3.14 |
postgresql-14-rum PGDG 1.3.14 |
postgresql-13-rum PGDG 1.3.14 |
u22 |
aarch64 |
postgresql-17-rum PGDG 1.3.14 |
postgresql-16-rum PGDG 1.3.14 |
postgresql-15-rum PGDG 1.3.14 |
postgresql-14-rum PGDG 1.3.14 |
postgresql-13-rum PGDG 1.3.14 |
u24 |
x86_64 |
postgresql-17-rum PGDG 1.3.14 |
postgresql-16-rum PGDG 1.3.14 |
postgresql-15-rum PGDG 1.3.14 |
postgresql-14-rum PGDG 1.3.14 |
postgresql-13-rum PGDG 1.3.14 |
u24 |
aarch64 |
postgresql-17-rum PGDG 1.3.14 |
postgresql-16-rum PGDG 1.3.14 |
postgresql-15-rum PGDG 1.3.14 |
postgresql-14-rum PGDG 1.3.14 |
postgresql-13-rum PGDG 1.3.14 |
Installation
Install rum via the pig CLI tool:
pig ext install rum
Install rum via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["rum"]}' # -l <cls>
Install rum RPM from YUM repo directly:
dnf install rum_17;
dnf install rum_16;
dnf install rum_15;
dnf install rum_14;
dnf install rum_13;
Install rum DEB from APT repo directly:
apt install postgresql-17-rum;
apt install postgresql-16-rum;
apt install postgresql-15-rum;
apt install postgresql-14-rum;
apt install postgresql-13-rum;
Create rum extension on PostgreSQL cluster:
CREATE EXTENSION rum;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.