Package: postgresql-9.4-jsquery Source: jsquery Version: 1.1.1-2.pgdg18.04+1 Architecture: i386 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 128 Depends: postgresql-9.4, libc6 (>= 2.4) Homepage: https://github.com/postgrespro/jsquery Priority: optional Section: database Filename: pool/main/j/jsquery/postgresql-9.4-jsquery_1.1.1-2.pgdg18.04+1_i386.deb Size: 44584 SHA256: 4554cae8f9164539d08b141ee253a603b65e8e85d769d9b972f65b39b4f5ac70 SHA1: fcf9196f1acd3e2eea9b7f5fe59334397aca46ba MD5sum: 46561ab92f26cb5160af8df5df45068c 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.