Package: postgresql-12-jsquery Source: jsquery Version: 1.2-3.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 133 Depends: postgresql-12, libc6 (>= 2.14) Homepage: https://github.com/postgrespro/jsquery Priority: optional Section: database Filename: pool/main/j/jsquery/postgresql-12-jsquery_1.2-3.pgdg26.04+1_amd64.deb Size: 44096 SHA256: b34eb18cec7613cf6822b350c5b022767c0e0c40d33abe32152b73ae2274dce5 SHA1: f3785e16834b64f6a6e6819f86ddffcc3af14a66 MD5sum: fda0076e55d95fbf22b2b1c062757c02 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.