Package: postgresql-16-jsquery Source: jsquery Version: 1.2-3.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 289 Depends: postgresql-16, libc6 (>= 2.14) Breaks: postgresql-16-jit-llvm (<< 21) Homepage: https://github.com/postgrespro/jsquery Priority: optional Section: database Filename: pool/main/j/jsquery/postgresql-16-jsquery_1.2-3.pgdg26.04+1_amd64.deb Size: 124212 SHA256: 4cfb18c3d23c3bf1f2a306d406b2883a4af7402a244d59069b8de5b6fd6ceec1 SHA1: ba3041124cadfea34821f7c93ddf475fdba7176b MD5sum: f079f05556cebc9a076093f1c876201d Description: PostgreSQL JSON query language with GIN indexing support JsQuery provides additional functionality for the PostgreSQL jsonb datatype, such as a simple and effective way to search in nested objects and arrays, and more comparison operators with index support. It does this by implementing a specialized search syntax, the @@ operator, and the jsquery type for search strings.