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