The pg_ts_config_map catalog provides information about the mapping of token types to dictionaries within a text search configuration.
| Column name | Data type | Description |
|---|---|---|
mapcfg |
oid (references pg_ts_config.oid) |
The OID of the pg_ts_config entry owning this map entry. |
maptokentype |
int4 |
A token type emitted by the configuration’s parser. |
mapseqno |
int4 |
The consultation order for this entry. |
mapdict |
oid (references pg_ts_dict.oid) |
The OID of the text search dictionary to consult. |