pg_pinyin
pg_pinyin
pg_pinyin : Pinyin romanization and search helpers for PostgreSQL
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 2190 | pg_pinyin
|
pg_pinyin
|
0.0.2 |
FTS
|
MIT
|
Rust
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-dtr
|
No
|
Yes
|
No
|
Yes
|
yes
|
yes
|
| Relationships | |
|---|---|
| Schemas | pinyin |
| See Also | zhparser
pg_search
pg_trgm
pg_bigm
pgroonga
pgroonga_database
pg_tokenizer
fuzzystrmatch
|
pgrx 0.17.0; optional tokenizer-input overload can integrate with pg_search
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PIGSTY
|
0.0.2 |
18
17
16
15
14
|
pg_pinyin |
- |
| RPM | PIGSTY
|
0.0.2 |
18
17
16
15
14
|
pg_pinyin_$v |
- |
| DEB | PIGSTY
|
0.0.2 |
18
17
16
15
14
|
postgresql-$v-pinyin |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|---|
el8.x86_64
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
el8.aarch64
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
el9.x86_64
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
el9.aarch64
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
el10.x86_64
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
el10.aarch64
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
d12.x86_64
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
d12.aarch64
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
d13.x86_64
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
d13.aarch64
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
u22.x86_64
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
u22.aarch64
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
u24.x86_64
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
u24.aarch64
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
PIGSTY 0.0.2
|
Source
pig build pkg pg_pinyin; # build rpm/debInstall
Make sure PGDG and PIGSTY repo available:
pig repo add pgsql -u # add both repo and update cacheInstall this extension with pig:
pig install pg_pinyin; # install via package name, for the active PG version
pig install pg_pinyin -v 18; # install for PG 18
pig install pg_pinyin -v 17; # install for PG 17
pig install pg_pinyin -v 16; # install for PG 16
pig install pg_pinyin -v 15; # install for PG 15
pig install pg_pinyin -v 14; # install for PG 14Create this extension with:
CREATE EXTENSION pg_pinyin;Last updated on