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