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