#openGauss #入门 #安装 #数据库 #开源
知识来源:docs-opengauss.osinfra.cn/zh/
2. 使用Simple词典。
openGauss=# SELECT ts_lexize('public.simple_dict','YeS');
ts_lexize
-----------
{yes}
(1 row)
openGauss=# SELECT ts_lexize('public.simple_dict','The');
ts_lexize
-----------
{}
(1 row)
#openGauss #入门 #安装 #数据库 #开源