Raw Package Information
Package: postgresql-15-jsquery
Source: jsquery
Version: 1.1.1-6.pgdg18.04+1
Architecture: i386
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 297
Depends: postgresql-15, libc6 (>= 2.4)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-15-jsquery_1.1.1-6.pgdg18.04+1_i386.deb
Size: 130064
SHA256: eaab7e9cdeb4d3bf072533ea4b053b7bfd81086f98371205bbf8ec99bff4d56a
SHA1: dc282aafad16ba5011764e93e52402b5b5f99e34
MD5sum: 97556221b3c3ff0a4d2bb5660bd46ba1
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.