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