Package: postgresql-10-jsquery Source: jsquery Version: 1.2-3.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 133 Depends: postgresql-10, libc6 (>= 2.14) Homepage: https://github.com/postgrespro/jsquery Priority: optional Section: database Filename: pool/main/j/jsquery/postgresql-10-jsquery_1.2-3.pgdg22.04+1_amd64.deb Size: 43600 SHA256: 16995a15ac224e5ee05d5f6ac15ec95be77fee8b9d259f8b00aa50fdb3ba8582 SHA1: fa3b197377a3136ca47174218ac2ccfae1f03fd4 MD5sum: 5200fc52e0d893d048a223f4325b0070 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.