48.51. pg_ts_config_map
Thepg_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.
Postgres Pro's text search features are described at length inChapter 12.
Table 48.51. pg_ts_config_map
Columns
Name | Type | References | Description |
---|---|---|---|
mapcfg | oid |
| The OID of thepg_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 (lowermapseqno s first) | |
mapdict | oid |
| The OID of the text search dictionary to consult |