jsquery
data type for jsonb inspection
Module:
Categories:
Overview
PGDG 1st Party Extension: jsquery : data type for jsonb inspection
Information
- Extension ID: 2810
- Extension Name:
jsquery - Package Name:
jsquery - Category:
FEAT - License: PostgreSQL
- Website: https://github.com/postgrespro/jsquery
- Language: C
- Extra Tags: N/A
- Comment:
Metadata
- Latest Version: 1.2
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
jsquery_$v* - RPM Ver :
1.2 - RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-jsquery - DEB Ver :
1.2 - DEB Deps: N/A
Availability
Installation
Install jsquery via the pig CLI tool:
pig ext install jsquery
Install jsquery via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["jsquery"]}' # -l <cls>
Install jsquery RPM from YUM repo directly:
dnf install jsquery_17*;
dnf install jsquery_16*;
dnf install jsquery_15*;
dnf install jsquery_14*;
Install jsquery DEB from APT repo directly:
apt install postgresql-17-jsquery;
apt install postgresql-16-jsquery;
apt install postgresql-15-jsquery;
apt install postgresql-14-jsquery;
apt install postgresql-13-jsquery;
Create jsquery extension on PostgreSQL cluster:
CREATE EXTENSION jsquery;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.