select open change scope Open full search

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

Extensions / Functions and aggregates

format_x

Polymorphic variadic string formatting with named lookups into composite, JSONB, and HSTORE values.

pgext.cloud · Source code · Documentation · License text · Control file · PGXN

Overview

Packageformat_x
Version0.0.1
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars6
Latest commit2017-02-20
Latest release2017-01-06
Catalogue updated2026-08-30

Related extensions

See also

jsonb_opxhstore-style functions and operators for jsonb
jsonb_deletehstore-style delete function and operator for jsonb
pgkvRedis-like key-value store for PostgreSQL using JSONB-backed PL/pgSQL functions
json_enhancements_no_hstoreBackport of pg 9.3 JSON enhancements to PostgreSQL 9.2
hstore_plrubyTransform between hstore and Ruby Hashes for PL/Ruby
hstore_plpython2utransform between hstore and plpython2u
hstore_plpythonutransform between hstore and plpythonu
hstore_plluauHstore transform for untrusted Lua
hstore_hash_opsPostgreSQL hstore GIN operator classes: hash and exact pair indexes
numhstoreAdds inthstore and floathstore numeric hstore types and helpers