Extensions / Functions and aggregates
hstore-style delete function and operator for jsonb
pgext.cloud · Source code · Documentation · Control file
| Package | jsonb_delete |
|---|---|
| Version | 1.0 |
| 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 | 1 |
| Latest commit | 2016-01-15 |
| Catalogue updated | 2026-08-30 |
| pgbson | BSON data type and accessor functions for PostgreSQL |
| jsonb_opx | hstore-style functions and operators for jsonb |
| jsonb_delete_array | Delete jsonb keys or string elements listed in a text array |
| pgkv | Redis-like key-value store for PostgreSQL using JSONB-backed PL/pgSQL functions |
| jsquery | data type for jsonb inspection |
| pgjq | Use jq in Postgres |
| format_x | Polymorphic variadic string formatting with named lookups into composite, JSONB, and HSTORE values. |
| jsonb_extend | Merge two or more jsonb values |
| jsonb_extra | Extra JSONB functions |
| hstore | data type for storing sets of (key, value) pairs |