2025年9月25日: PostgreSQL 18 釋出!
支援版本: 當前 (18) / 17 / 16 / 15 / 14 / 13
開發版本: devel
不支援的版本: 12 / 11 / 10 / 9.6 / 9.5 / 9.4 / 9.3 / 9.2 / 9.1 / 9.0 / 8.4 / 8.3

52.61. pg_ts_dict #

The pg_ts_dict catalog contains entries defining text search dictionaries. A dictionary depends on a text search template, which specifies all the implementation functions needed; the dictionary itself provides values for the user-settable parameters supported by the template. This division of labor allows dictionaries to be created by unprivileged users. The parameters are specified by a text string dictinitoption, whose format and meaning vary depending on the template.

PostgreSQL's text search features are described at length in Chapter 12.

表 52.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

模板的初始化選項字串


提交更正

如果您在文件中發現任何不正確、與您對特定功能的實際體驗不符或需要進一步澄清的內容,請使用 此表格 報告文件問題。