The pg_ts_config catalog provides information about text search configurations.
| Column name | Data type | Description |
|---|---|---|
oid |
oid |
A row identifier. |
cfgname |
name |
A text search configuration name. |
cfgnamespace |
oid (references pg_namespace.oid) |
The OID of the namespace that contains this configuration. |
cfgowner |
oid (references pg_authid.oid) |
The owner of the configuration. |
cfgparser |
oid (references pg_ts_parser.oid) |
The OID of the text search parser for this configuration. |