select open change scope Open full search

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

Extensions / Full-text search

all_substrings_tokenizer

Tokenizes text to all substrings bigger than a fixed character length.

pgext.cloud · Source code · Documentation · Control file

Overview

Packageall_substrings_tokenizer
Version0.1
RepositoryUnspecified
Extension typeStandard
Project statusArchived
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars2
Latest commit2015-06-29
Catalogue updated2026-08-30

Related extensions

See also

pg_tiktoken_cFast tiktoken BPE tokenizer for PostgreSQL implemented in C
text_domainsPure-SQL collection of constrained PostgreSQL text domains for nonempty, alphabetic, alphanumeric, case-specific, and fixed-length values.
kham_pgThai word-segmentation FTS parser — tsvector, soundex, RTGS romanization, NER
postgres_securityDefine a schema-local text type that duplicates PostgreSQL text storage and I/O behavior
pg_jiebaChinese full-text search parser based on cppjieba
pg_markdownPre-release Markdown-to-HTML conversion extension for PostgreSQL.
pg_libnumbertextConverts numbers to words in multiple languages through libnumbertext.
pg_strAdd Laravel-inspired string manipulation functions to PostgreSQL using pgrx