select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Full-text search

test_parser

Example C extension implementing a custom PostgreSQL full-text-search parser.

pgext.cloud · Source code · Control file

Overview

Packagetest_parser
Version1.0
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars3
Latest commit2016-02-17
Catalogue updated2026-08-30

Related extensions

See also

pg_jiebaChinese full-text search parser based on cppjieba
pg_cjk_parserCJK bigram parser derived from PostgreSQL full-text search
twitter_parserMinimal C full-text-search parser that tokenizes Twitter-style hashtags and mentions.
pg_tsparserParser for PostgreSQL text search
simple_parserC full-text-search parser that splits input only at ASCII space characters, preserving punctuation such as underscores inside tokens.
tsexampleExample C extension that defines a custom full-text parser, dictionary template, dictionary, and text-search configuration.
zhparsera parser for full-text search of Chinese
thai_parserThai-language parser and text search configuration for PostgreSQL full-text search.