select open change scope Open full search

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

Extensions / Functions and aggregates

jsonb_delete

hstore-style delete function and operator for jsonb

pgext.cloud · Source code · Documentation · Control file

Overview

Packagejsonb_delete
Version1.0
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars1
Latest commit2016-01-15
Catalogue updated2026-08-30

Related extensions

See also

pgbsonBSON data type and accessor functions for PostgreSQL
jsonb_opxhstore-style functions and operators for jsonb
jsonb_delete_arrayDelete jsonb keys or string elements listed in a text array
pgkvRedis-like key-value store for PostgreSQL using JSONB-backed PL/pgSQL functions
jsquerydata type for jsonb inspection
pgjqUse jq in Postgres
format_xPolymorphic variadic string formatting with named lookups into composite, JSONB, and HSTORE values.
jsonb_extendMerge two or more jsonb values
jsonb_extraExtra JSONB functions
hstoredata type for storing sets of (key, value) pairs