select open change scope Open full search

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

Extensions / Full-text search

pg_tsparser

Parser for PostgreSQL text search

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepg_tsparser
Version1.0
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars17
Latest commit2026-06-26
Latest release2019-02-22
Catalogue updated2026-08-30

Related extensions

See also

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