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