Package: postgresql-18-jsquery Source: jsquery Version: 1.2-3.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 289 Depends: postgresql-18, libc6 (>= 2.14) Breaks: postgresql-18-jit-llvm (<< 21) Homepage: https://github.com/postgrespro/jsquery Priority: optional Section: database Filename: pool/main/j/jsquery/postgresql-18-jsquery_1.2-3.pgdg26.04+1_amd64.deb Size: 124472 SHA256: d912615501a94bf9615cd5d117c5500167dd0ac3777ec3431ba4852f5adc9fd2 SHA1: c22ed1d2de2ff777001434de8ded4e22fabd5cf7 MD5sum: f29a9f60e9bdf709ddaf19d394272471 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.