C full-text-search parser that splits input only at ASCII space characters, preserving punctuation such as underscores inside tokens.
pgext.cloud · Source code · Documentation · Control file
| Package | pg_simple_parser |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 3 |
| Latest commit | 2018-04-19 |
| 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 |
| jieba_parser | Jieba parser for full-text search. |
| jusquci | French tokenizer and PostgreSQL full-text-search parser. |
| twitter_parser | Minimal C full-text-search parser that tokenizes Twitter-style hashtags and mentions. |
| pg_tsparser | Parser for PostgreSQL text search |
| zhparser | a parser for full-text search of Chinese |
| kham_pg | Thai word-segmentation FTS parser — tsvector, soundex, RTGS romanization, NER |
| tsexample | Example C extension that defines a custom full-text parser, dictionary template, dictionary, and text-search configuration. |
| pg_fts_greek | Postgres FTS Improvements for Greek |