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