prioritize
get and set the priority of PostgreSQL backends
Module:
Categories:
Overview
PGDG 1st Party Extension: pg_prioritize : get and set the priority of PostgreSQL backends
Information
- Extension ID: 5070
- Extension Name:
prioritize - Package Name:
pg_prioritize - Category:
ADMIN - License: PostgreSQL
- Website: https://github.com/schmiddy/pg_prioritize
- Language: C
- Extra Tags: N/A
- Comment:
Metadata
- Latest Version: 1.0.4
- 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:
pg_prioritize_$v* - RPM Ver :
1.0.4 - RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-prioritize - DEB Ver :
1.0.4 - DEB Deps: N/A
Availability
Installation
Install prioritize via the pig CLI tool:
pig ext install pg_prioritize; # Extension Name
pig ext install prioritize; # normalized package name
Install pg_prioritize via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_prioritize"]}' # -l <cls>
Install pg_prioritize RPM from YUM repo directly:
dnf install pg_prioritize_17*;
dnf install pg_prioritize_16*;
dnf install pg_prioritize_15*;
Install pg_prioritize DEB from APT repo directly:
apt install postgresql-17-prioritize;
apt install postgresql-16-prioritize;
apt install postgresql-15-prioritize;
apt install postgresql-14-prioritize;
apt install postgresql-13-prioritize;
Create prioritize extension on PostgreSQL cluster:
CREATE EXTENSION prioritize;
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.