zhparser
a parser for full-text search of Chinese
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: zhparser
: a parser for full-text search of Chinese
Information
- Extension ID: 2130
- Extension Name:
zhparser
- Package Name:
zhparser
- Category:
FTS
- License: PostgreSQL
- Website: https://github.com/amutu/zhparser
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 2.3
- 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: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
zhparser_$v*
- RPM Ver :
2.3
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-zhparser
- DEB Ver :
2.3
- DEB Deps: N/A
Packages
Installation
Install zhparser
via the pig
CLI tool:
pig ext install zhparser
Install zhparser
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["zhparser"]}' # -l <cls>
Install zhparser
RPM from YUM repo directly:
dnf install zhparser_17*;
dnf install zhparser_16*;
dnf install zhparser_15*;
dnf install zhparser_14*;
dnf install zhparser_13*;
Install zhparser
DEB from APT repo directly:
apt install postgresql-17-zhparser;
apt install postgresql-16-zhparser;
apt install postgresql-15-zhparser;
apt install postgresql-14-zhparser;
apt install postgresql-13-zhparser;
Enable zhparser
extension on PostgreSQL cluster:
CREATE EXTENSION zhparser;
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.