Raw Package Information

Package: postgresql-9.6-jsquery
Source: jsquery
Version: 1.1.1-5.pgdg20.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-9.6, libc6 (>= 2.14)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-9.6-jsquery_1.1.1-5.pgdg20.04+1_amd64.deb
Size: 42788
SHA256: 2ce6e108be8e50f7654843030e0021d3732cb61a9ae6fc8717a80c84edc6ca69
SHA1: f4312893e05cbf12563312247ce57a5f924aa91a
MD5sum: 810caa19b7591a02d51d1cdb7fc8ed0d
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.