Skip to content

53.61.pg_ts_dict#

pg_ts_dict目录包含定义文本搜索词典的条目。词典依赖于文本搜索模板,该模板指定所需的所有实现函数;词典本身为模板支持的用户可设置参数提供值。这种分工允许非特权用户创建词典。参数由文本字符串dictinitoption指定,其格式和含义因模板而异。

PostgreSQL的文本搜索功能在第 12 章中有详细描述。

表 53.61。pg_ts_dict

列类型

说明

oid oid

行标识符

dictname name

文本搜索词典名称

dictnamespace oid(引用 pg_namespace.oid

包含此词典的命名空间的 OID

dictowner oid(引用 pg_authid.oid

词典所有者

dicttemplate oid(引用 pg_ts_template.oid

此词典的文本搜索模板的 OID

dictinitoption text

模板的初始化选项字符串