Package: postgresql-10-jsquery Source: jsquery Version: 1.2-3.pgdg26.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.pgdg26.04+1_amd64.deb Size: 44336 SHA256: 500005f6c52c736ec929040961adb2303a88dea9b8a1d45715068d040cc2ab1c SHA1: 8371dcf107e927cf280a34b803359195cff216fa MD5sum: 7a14568f537874513cf1a1696239f150 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.