PG_TS_CONFIG_MAP
PG_TS_CONFIG_MAP records 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.
Name | Type | Reference | Description |
|---|---|---|---|
mapcfg | OID | PG_TS_CONFIG.oid | OID of the PG_TS_CONFIG entry owning this map entry |
maptokentype | Integer | N/A | A token type emitted by the configuration's parser |
mapseqno | Integer | N/A | Order in which to consult this entry |
mapdict | OID | PG_TS_DICT.oid | OID of the text search dictionary to consult |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

