Extensions / Functions and aggregates
Polymorphic variadic string formatting with named lookups into composite, JSONB, and HSTORE values.
pgext.cloud · Source code · Documentation · License text · Control file · PGXN
| Package | format_x |
|---|---|
| Version | 0.0.1 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 6 |
| Latest commit | 2017-02-20 |
| Latest release | 2017-01-06 |
| Catalogue updated | 2026-08-30 |
| jsonb_opx | hstore-style functions and operators for jsonb |
| jsonb_delete | hstore-style delete function and operator for jsonb |
| pgkv | Redis-like key-value store for PostgreSQL using JSONB-backed PL/pgSQL functions |
| json_enhancements_no_hstore | Backport of pg 9.3 JSON enhancements to PostgreSQL 9.2 |
| hstore_plruby | Transform between hstore and Ruby Hashes for PL/Ruby |
| hstore_plpython2u | transform between hstore and plpython2u |
| hstore_plpythonu | transform between hstore and plpythonu |
| hstore_plluau | Hstore transform for untrusted Lua |
| hstore_hash_ops | PostgreSQL hstore GIN operator classes: hash and exact pair indexes |
| numhstore | Adds inthstore and floathstore numeric hstore types and helpers |