pgroonga_database
PGroonga database management module
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pgroonga
: PGroonga database management module
Information
- Extension ID: 2111
- Extension Name:
pgroonga_database
- Package Name:
pgroonga
- Category:
FTS
- License: PostgreSQL
- Website: https://github.com/pgroonga/pgroonga
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 4.0.0
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can not install to arbitrary schema
- Trusted: Trusted, Can be created by user with
CREATE
Privilege - Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pgroonga_$v*
- RPM Ver :
4.0.0
- RPM Deps:
groonga-libs
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pgroonga
- DEB Ver :
4.0.0
- DEB Deps:
libgroonga0
Packages
Installation
Install pgroonga_database
via the pig
CLI tool:
pig ext install pgroonga; # Extension Namepig ext install pgroonga_database; # normalized package name
Install pgroonga
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pgroonga"]}' # -l <cls>
Install pgroonga
RPM from YUM repo directly:
dnf install pgroonga_17*;
dnf install pgroonga_16*;
dnf install pgroonga_15*;
dnf install pgroonga_14*;
dnf install pgroonga_13*;
Install pgroonga
DEB from APT repo directly:
apt install postgresql-17-pgroonga;
apt install postgresql-16-pgroonga;
apt install postgresql-15-pgroonga;
apt install postgresql-14-pgroonga;
apt install postgresql-13-pgroonga;
Enable pgroonga_database
extension on PostgreSQL cluster:
CREATE EXTENSION pgroonga_database;
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.