更新时间:2025-07-10 GMT+08:00
PG_TS_DICT
PG_TS_DICT系统表包含定义文本搜索字典的项。字典取决于文本搜索模板,该模板显示所有需要实现的功能。字典本身提供了用户可设置参数的模板。
即允许字典通过非权限用户创建。参数由文本字符串dictinitoption指定,参数的格式和意义取决于模板。
名字 | 类型 | 引用 | 描述 |
|---|---|---|---|
oid | oid | - | 行标识符(隐藏属性,必须明确选择才会显示)。 |
dictname | name | - | 文本搜索字典名。 |
dictnamespace | oid | PG_NAMESPACE.oid | 此字典所在的命名空间的OID。 |
dictowner | oid | PG_AUTHID.oid | 字典的所有者。 |
dicttemplate | oid | PG_TS_TEMPLATE.oid | 此字典的文本搜索模板的OID。 |
dictinitoption | text | - | 模板的初始化选项字符串。 |

