PG_TS_CONFIG
PG_TS_CONFIG contains entries representing text search configurations. Each of these configurations contains a list of specific text search parsers and dictionary mappings.
The parser is shown in the PG_TS_CONFIG entry, but the token-to-dictionary mapping is defined by subsidiary entries in PG_TS_CONFIG_MAP.
| Name | Type | Reference | Description |
|---|---|---|---|
| oid | oid | - | Row identifier (hidden attribute, which must be specified). |
| cfgname | name | - | Text search configuration name. |
| cfgnamespace | oid | oid in PG_NAMESPACE | OID of the namespace that contains the configuration. |
| cfgowner | oid | OID in PG_AUTHID | Owner of the configuration. |
| cfgparser | oid | OID in PG_TS_PARSER | OID of the text search parser for this configuration. |
| cfoptions | text[] | - | Configuration options. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.