Package: postgresql-17-jsquery Source: jsquery Version: 1.2-3.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 300 Depends: postgresql-17, libc6 (>= 2.14) Breaks: postgresql-17-jit-llvm (<< 15) Homepage: https://github.com/postgrespro/jsquery Priority: optional Section: database Filename: pool/main/j/jsquery/postgresql-17-jsquery_1.2-3.pgdg22.04+1_amd64.deb Size: 133988 SHA256: 040cb84df992d3cbcbedbea28bce8a10367d342f5586d19da192f61f00f2e575 SHA1: 014240ef26ee8cf15f4f19f650503d16036230ed MD5sum: 6c7827830db20f4611bdde01af2192c8 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.