Example C extension implementing a custom PostgreSQL full-text-search parser.
pgext.cloud · Source code · Control file
| Package | test_parser |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 3 |
| Latest commit | 2016-02-17 |
| Catalogue updated | 2026-08-30 |
| pg_jieba | Chinese full-text search parser based on cppjieba |
| pg_cjk_parser | CJK bigram parser derived from PostgreSQL full-text search |
| twitter_parser | Minimal C full-text-search parser that tokenizes Twitter-style hashtags and mentions. |
| pg_tsparser | Parser for PostgreSQL text search |
| simple_parser | C full-text-search parser that splits input only at ASCII space characters, preserving punctuation such as underscores inside tokens. |
| tsexample | Example C extension that defines a custom full-text parser, dictionary template, dictionary, and text-search configuration. |
| zhparser | a parser for full-text search of Chinese |
| thai_parser | Thai-language parser and text search configuration for PostgreSQL full-text search. |