select open change scope Open full search

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

Extensions / Functions and aggregates

json_query

Generate PostgreSQL WHERE clause predicates from JSONB filter objects.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepg_json_query
Version0.9
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeSQL only
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schema_pg_json_query
Stars9
Latest commit2017-10-18
Catalogue updated2026-08-30

Related extensions

Requires

plpgsqlPL/pgSQL procedural language

See also

pgbsonBSON data type and accessor functions for PostgreSQL
jsquerydata type for jsonb inspection
pgjqUse jq in Postgres
json_buildC functions and aggregate helpers for building complex PostgreSQL JSON objects and arrays.
postgres-json-schemaPure PL/pgSQL functions for validating PostgreSQL jsonb documents against JSON Schema draft 4, including use in CHECK constraints.
json_utilsJSON type helper functions, operators, and a hash operator class for PostgreSQL 9.2+.
json_validator_extValidate JSONB values against JSON Schema using Rust and pgrx
json_schema_validateValidate JSON and JSONB data against JSON Schema in PostgreSQL