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