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 |
|
模板的初始化選項字串 |
如果您在文件中發現任何不正確、與您對特定功能的實際體驗不符或需要進一步澄清的內容,請使用 此表格 報告文件問題。