Postgresql 中文操作指南
53.61. pg_ts_dict #
pg_ts_dict 目录包含定义文本搜索词典的条目。一个词典取决于文本搜索模板,它指定了所需的所有实现函数;词典本身为模板支持的用户可设置参数提供值。这种分工使得词典可以由无特权用户创建。参数通过一个文本字符串 dictinitoption 指定,其格式和含义根据模板的不同而有所不同。
PostgreSQL 的文本搜索功能在 Chapter 12 中有详细的描述。
Table 53.61. pg_ts_dict Columns
Column Type Description |
oid oid Row identifier |
dictname name 文本搜索字典名称 |
dictnamespace oid (引用 pg_namespace . oid )包含此字典的命名空间的 OID |
dictowner oid (引用 pg_authid . oid )字典的所有者 |
dicttemplate oid (引用 pg_ts_template . oid )此字典的文本搜索模板的 OID |
dictinitoption text 模板的初始化选项字符串 |