Package: postgresql-18-jsquery Source: jsquery Version: 1.2-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 291 Depends: postgresql-18, libc6 (>= 2.14) Homepage: https://github.com/postgrespro/jsquery Priority: optional Section: database Filename: pool/main/j/jsquery/postgresql-18-jsquery_1.2-2.pgdg22.04+1_amd64.deb Size: 126600 SHA256: 2889b2495287a9139016a60d8cba5681f006dedbcdf1edf8257ca828af93b3e1 SHA1: a610aea7fc7ff0205b3ed42e226f93bc9b3630b4 MD5sum: 899341776fcdf282d7085de6bce98136 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.