SYSTEM CATALOGS / SYSTEM CATALOGS
pg_ts_config_map
Read PG 18 manual ↗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.
- Kind
- System catalogs
- Columns in this snapshot
- 4
- Definition source
- English manual
Columns 4
| Column | Type | Description / reference |
|---|---|---|
mapcfg | oid | The OID of the pg_ts_config entry owning this map entry pg_ts_config.oid |
maptokentype | int4 | A token type emitted by the configuration's parser |
mapseqno | int4 | Order in which to consult this entry (lower mapseqnos first) |
mapdict | oid | The OID of the text search dictionary to consult pg_ts_dict.oid |
Column history across versions
Definition snapshot: english-manuals:958fa8da6fc1a614a7a9b703138… · English manual source