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