old_snapshot
utilities in support of old_snapshot_threshold
Module:
Categories:
Overview
CONTRIB Built-in Extension: old_snapshot : utilities in support of old_snapshot_threshold
Information
- Extension ID: 5960
- Extension Name:
old_snapshot - Package Name:
None - Category:
ADMIN - License: PostgreSQL
- Website: https://www.postgresql.org/docs/current/oldsnapshot.html
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.0
- Postgres Support:
16,15,14 - 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
PostgreSQL Built-in Contrib Extension
Availability
| OS | Arch | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8 |
x86_64 |
|||||
el8 |
aarch64 |
|||||
el9 |
x86_64 |
|||||
el9 |
aarch64 |
|||||
d12 |
x86_64 |
|||||
d12 |
aarch64 |
|||||
u22 |
x86_64 |
|||||
u22 |
aarch64 |
|||||
u24 |
x86_64 |
|||||
u24 |
aarch64 |
Installation
Extension old_snapshot is PostgreSQL Built-in Contrib Extension which is installed along with the kernel/contrib.
Install old_snapshot RPM from YUM repo directly:
dnf install postgresql16-contrib;
dnf install postgresql15-contrib;
dnf install postgresql14-contrib;
Install old_snapshot DEB from APT repo directly:
apt install postgresql-16;
apt install postgresql-15;
apt install postgresql-14;
Create old_snapshot extension on PostgreSQL cluster:
CREATE EXTENSION old_snapshot;
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.