select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Features

session_variables

SQL functions for storing and retrieving session-scoped values through custom PostgreSQL settings.

pgext.cloud · Source code · Website · Documentation · Control file

Overview

Packagesession_variables
Version0.0.4
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeSQL only
Project statusUnmaintained
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars3
Latest commit2012-11-27
Latest release2012-11-27
Catalogue updated2026-08-30

Related extensions

Requires

plpgsqlPL/pgSQL procedural language

See also

kv_fdwForeign data wrapper for key-value storage backed by RocksDB/VidarDB.
istoreInteger-to-integer key/value store for analytic workloads.
lsmRocksDB foreign data wrapper for PostgreSQL
pairA key/value pair data type for PostgreSQL
pgkvRedis-like key-value store for PostgreSQL using JSONB-backed PL/pgSQL functions
pg_consulC++ PostgreSQL extension exposing SQL functions for Consul status, catalog, and key-value APIs.
hstoredata type for storing sets of (key, value) pairs
hash_fdwShared-memory hash-table foreign data wrapper for storing and querying rows by a configured key.