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


提交更正

如果您在文档中发现任何不正确、与您使用特定功能时的体验不符或需要进一步澄清的内容,请使用 此表格 报告文档问题。