Catalogs: pg_ts_config_map

49.50. 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.

Table 49-50. pg_ts_config_map Columns

Name Type References Description
mapcfg oid pg_ts_config.oid The OID of the pg_ts_config entry owning this map entry
maptokentype integer A token type emitted by the configuration's parser
mapseqno integer Order in which to consult this entry (lower mapseqnos first)
mapdict oid pg_ts_dict.oid The OID of the text search dictionary to consult

© 1996–2017 The PostgreSQL Global Development Group
Licensed under the PostgreSQL License.
https://www.postgresql.org/docs/9.5/static/catalog-pg-ts-config-map.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部