SQL functions for storing and retrieving session-scoped values through custom PostgreSQL settings.
pgext.cloud · Source code · Website · Documentation · Control file
| Package | session_variables |
|---|---|
| Version | 0.0.4 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | SQL only |
| Project status | Unmaintained |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 3 |
| Latest commit | 2012-11-27 |
| Latest release | 2012-11-27 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| kv_fdw | Foreign data wrapper for key-value storage backed by RocksDB/VidarDB. |
| istore | Integer-to-integer key/value store for analytic workloads. |
| lsm | RocksDB foreign data wrapper for PostgreSQL |
| pair | A key/value pair data type for PostgreSQL |
| pgkv | Redis-like key-value store for PostgreSQL using JSONB-backed PL/pgSQL functions |
| pg_consul | C++ PostgreSQL extension exposing SQL functions for Consul status, catalog, and key-value APIs. |
| hstore | data type for storing sets of (key, value) pairs |
| hash_fdw | Shared-memory hash-table foreign data wrapper for storing and querying rows by a configured key. |