temporal_tables
temporal tables
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: temporal_tables : temporal tables
Information
- Extension ID: 1040
- Extension Name:
temporal_tables - Package Name:
temporal_tables - Category:
TIME - License: BSD 2
- Website: https://pgxn.org/dist/temporal_tables/
- Language: C
- Extra Tags:
pgdg-flaw - Comment:
Metadata
- Latest Version: 1.2.2
- 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: PIGSTY
- RPM Name:
temporal_tables_$v* - RPM Ver :
1.2.2 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-temporal-tables - DEB Ver :
1.2.2 - DEB Deps: N/A
Availability
Installation
Install temporal_tables via the pig CLI tool:
pig ext install temporal_tables
Install temporal_tables via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["temporal_tables"]}' # -l <cls>
Install temporal_tables RPM from YUM repo directly:
dnf install temporal_tables_17*;
dnf install temporal_tables_16*;
dnf install temporal_tables_15*;
dnf install temporal_tables_14*;
dnf install temporal_tables_13*;
Install temporal_tables DEB from APT repo directly:
apt install postgresql-17-temporal-tables;
apt install postgresql-16-temporal-tables;
apt install postgresql-15-temporal-tables;
apt install postgresql-14-temporal-tables;
apt install postgresql-13-temporal-tables;
Create temporal_tables extension on PostgreSQL cluster:
CREATE EXTENSION temporal_tables;
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.