Package: postgresql-13-jsquery Source: jsquery Version: 1.2-3.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 133 Depends: postgresql-13, libc6 (>= 2.14) Homepage: https://github.com/postgrespro/jsquery Priority: optional Section: database Filename: pool/main/j/jsquery/postgresql-13-jsquery_1.2-3.pgdg26.04+1_amd64.deb Size: 44404 SHA256: 0ab685cbea22079bb8f6e2bfe23d8539f5b660cb6d5101014d36575988a9c176 SHA1: 875a3f16c0389981119e9e5dbf40b16320ba2899 MD5sum: ab9b2159a2c2f15f8d6c037674bcb558 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.