Package: postgresql-11-jsquery Source: jsquery Version: 1.2-3.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 306 Depends: postgresql-11, libc6 (>= 2.14) Breaks: postgresql-11-jit-llvm (<< 15) Homepage: https://github.com/postgrespro/jsquery Priority: optional Section: database Filename: pool/main/j/jsquery/postgresql-11-jsquery_1.2-3.pgdg22.04+1_amd64.deb Size: 134136 SHA256: c8effb34c07bd43d062fd5d96105246c839823f5be8893318e2df9b110dfac60 SHA1: b3f7e0d40f1891333740d251ed33642b8b60ff8f MD5sum: ec8378bab4fd4739b3faf4569bccf8e2 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.