session_variable
Registration and manipulation of session variables and constants
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: session_variable : Registration and manipulation of session variables and constants
Information
- Extension ID: 9120
- Extension Name:
session_variable - Package Name:
session_variable - Category:
SIM - License: GPLv3
- Website: https://github.com/splendiddata/session_variable
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 3.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: Unknown
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
session_variable_$v* - RPM Ver :
3.4 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-session-variable - DEB Ver :
3.4 - DEB Deps: N/A
Availability
Installation
Install session_variable via the pig CLI tool:
pig ext install session_variable
Install session_variable via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["session_variable"]}' # -l <cls>
Install session_variable RPM from YUM repo directly:
dnf install session_variable_17*;
dnf install session_variable_16*;
dnf install session_variable_15*;
dnf install session_variable_14*;
dnf install session_variable_13*;
Install session_variable DEB from APT repo directly:
apt install postgresql-17-session-variable;
apt install postgresql-16-session-variable;
apt install postgresql-15-session-variable;
apt install postgresql-14-session-variable;
apt install postgresql-13-session-variable;
Create session_variable extension on PostgreSQL cluster:
CREATE EXTENSION session_variable;
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.