pgpool_recovery
recovery functions for pgpool-II for V4.3
Module:
Categories:
Overview
PGDG 1st Party Extension: pgpool : recovery functions for pgpool-II for V4.3
Information
- Extension ID: 5910
- Extension Name:
pgpool_recovery - Package Name:
pgpool - Category:
ADMIN - License: PostgreSQL
- Website: https://pgpool.net/
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 4.6.0
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
pgpool-II-pg$v-extensions - RPM Ver :
4.6.0 - RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-pgpool2 - DEB Ver :
4.6.0 - DEB Deps: N/A
Availability
Installation
Install pgpool_recovery via the pig CLI tool:
pig ext install pgpool; # Extension Name
pig ext install pgpool_recovery; # normalized package name
Install pgpool via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pgpool"]}' # -l <cls>
Install pgpool RPM from YUM repo directly:
dnf install pgpool-II-pg17-extensions;
dnf install pgpool-II-pg16-extensions;
dnf install pgpool-II-pg15-extensions;
dnf install pgpool-II-pg14-extensions;
dnf install pgpool-II-pg13-extensions;
Install pgpool DEB from APT repo directly:
apt install postgresql-17-pgpool2;
apt install postgresql-16-pgpool2;
apt install postgresql-15-pgpool2;
apt install postgresql-14-pgpool2;
apt install postgresql-13-pgpool2;
Create pgpool_recovery extension on PostgreSQL cluster:
CREATE EXTENSION pgpool_recovery;
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.