Extensions / Functions and aggregates
Proof-of-concept pgrx functions for iterating PostgreSQL JSONB internals and reconstructing JSON values
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pgrx_jsonb |
|---|---|
| Version | 0.0.0 |
| PostgreSQL versions | 11 · 12 · 13 · 14 · 15 · 16 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 0 |
| Latest commit | 2023-11-14 |
| Catalogue updated | 2026-08-30 |
| pgbson | BSON data type and accessor functions for PostgreSQL |
| jsquery | data type for jsonb inspection |
| jsonb_extend | Merge two or more jsonb values |
| pgjq | Use jq in Postgres |
| is_jsonb_valid | Native PostgreSQL extension for validating jsonb values against JSON Schema draft 4 and draft 7. |
| jsonb_opx | hstore-style functions and operators for jsonb |
| jsonb_delete | hstore-style delete function and operator for jsonb |
| jsonb_extra | Extra JSONB functions |