pgroonga_database

pgroonga_database

PGroonga database management module

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
2111
pgroonga_database
pgroonga
4.0.4
FTS
PostgreSQL
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--s-dtr
No
Yes
No
Yes
yes
yes
Relationships
See Also
pg_search
zhparser
pg_bigm
pg_tokenizer
pg_trgm
fuzzystrmatch
rum
unaccent
Siblings
pgroonga

Packages

TypeRepoVersionPG Major AvailabilityPackage PatternDependencies
EL
PIGSTY
4.0.4
18
17
16
15
14
13
pgroonga_$v*groonga-libs
Debian
PIGSTY
4.0.4
18
17
16
15
14
13
postgresql-$v-pgroongalibgroonga0
Linux / PGPG18PG17PG16PG15PG14PG13
el8.x86_64
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
el8.aarch64
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
el9.x86_64
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
el9.aarch64
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
el10.x86_64
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
el10.aarch64
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
PIGSTY 4.0.4
d12.x86_64
MISS
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
d12.aarch64
MISS
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
d13.x86_64
MISS
MISS
MISS
MISS
MISS
MISS
d13.aarch64
MISS
MISS
MISS
MISS
MISS
MISS
u22.x86_64
MISS
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
u22.aarch64
MISS
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
u24.x86_64
MISS
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
u24.aarch64
MISS
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0
PIGSTY 4.0.0

Source

pig build get pgroonga_database; # get pgroonga_database source code
pig build dep pgroonga_database; # install build dependencies
pig build pkg pgroonga_database; # build extension rpm or deb
pig build ext pgroonga_database; # build extension rpms

Install

To add the required PGDG / PIGSTY upstream repository, use:

pig repo add pgsql -u   # add PGDG + Pigsty repo and update cache (leave existing repos)

Install this extension with:

pig ext install pgroonga_database; # install by extension name, for the current active PG version
pig ext install pgroonga; # install via package alias, for the active PG version
pig ext install pgroonga_database -v 18;   # install for PG 18
pig ext install pgroonga_database -v 17;   # install for PG 17
pig ext install pgroonga_database -v 16;   # install for PG 16
pig ext install pgroonga_database -v 15;   # install for PG 15
pig ext install pgroonga_database -v 14;   # install for PG 14
pig ext install pgroonga_database -v 13;   # install for PG 13

Create this extension with:

CREATE EXTENSION pgroonga_database;
Last updated on