什么是高级?这就叫高级—openGauss(388)

26 阅读1分钟

#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 #入门 #安装 #数据库 #开源

知识来源:docs-opengauss.osinfra.cn/zh/