Package: postgresql-12-jsquery Source: jsquery Version: 1.1.1-6.pgdg18.04+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 293 Depends: postgresql-12, libc6 (>= 2.4) Homepage: https://github.com/postgrespro/jsquery Priority: optional Section: database Filename: pool/main/j/jsquery/postgresql-12-jsquery_1.1.1-6.pgdg18.04+1_i386.deb Size: 129192 SHA256: 91d29ad6aa8c35440fee36d1c3dd3691c8361e06c9f3d39880e3c0ec46194a04 SHA1: 338d55489f6cfe9370b65564ba723b21e11d4430 MD5sum: 7a47cd206efe479c1404b78c9ab0ac01 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.