A key/value pair data type for PostgreSQL
pgext.cloud · Source code · Documentation · Control file · PGXN
| Package | pair |
|---|---|
| Version | 0.1.2 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 12 |
| Latest commit | 2026-06-08 |
| Latest release | 2025-04-29 |
| Catalogue updated | 2026-08-30 |
| hstore | data type for storing sets of (key, value) pairs |
| istore | Integer-to-integer key/value store for analytic workloads. |
| kv_fdw | Foreign data wrapper for key-value storage backed by RocksDB/VidarDB. |
| 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. |
| lsm | RocksDB foreign data wrapper for PostgreSQL |
| session_variables | SQL functions for storing and retrieving session-scoped values through custom PostgreSQL settings. |
| hstore_pllua | Hstore transform for Lua |