| PostgreSQL 9.2.4 Documentation | ||||
|---|---|---|---|---|
| Prev | Up | Chapter 45. System Catalogs | Next | |
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 45-46. 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 |
Please use this form to add your own comments regarding your experience with particular features of PostgreSQL, clarifications of the documentation, or hints for other users. Please note, this is not a support forum, and your IP address will be logged. If you have a question or need help, please see the faq, try a mailing list, or join us on IRC. Note that submissions containing URLs or other keywords commonly found in 'spam' comments may be silently discarded. Please contact the webmaster if you think this is happening to you in error.
Proceed to the comment form.