#openGauss #入门 #安装 #数据库 #开源
知识来源:docs-opengauss.osinfra.cn/zh/
分词器测试
函数ts_debug允许简单测试文本搜索分词器。
ts_debug([ config regconfig, ] document text,
OUT alias text,
OUT Description text,
OUT token text,
OUT dictionaries regdictionary[],
OUT dictionary regdictionary,
OUT lexemes text[])
returns setof record
#openGauss #入门 #安装 #数据库 #开源