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.60. pg_ts_config_map #

The pg_ts_config_map catalog contains entries showing which text search dictionaries should be consulted, and in what order, for each output token type of each text search configuration's parser。

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

表 52.60. pg_ts_config_map

列 型別

描述

mapcfg oid (引用 pg_ts_config.oid)

擁有此對映條目的 pg_ts_config 條目的 OID

maptokentype int4

配置的解析器生成的令牌型別

mapseqno int4

諮詢此條目的順序(先諮詢 mapseqno 值較低的條目)

mapdict oid (引用 pg_ts_dict.oid)

要諮詢的文字搜尋詞典的 OID


提交更正

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