SYSTEM CATALOGS / SYSTEM CATALOGS
pg_ts_config
Read PG 18 manual ↗The pg_ts_config catalog contains entries representing text search configurations.
- Kind
- System catalogs
- Columns in this snapshot
- 5
- Definition source
- English manual
Columns 5
| Column | Type | Description / reference |
|---|---|---|
oid | oid | Row identifier |
cfgname | name | Text search configuration name |
cfgnamespace | oid | The OID of the namespace that contains this configuration pg_namespace.oid |
cfgowner | oid | Owner of the configuration pg_authid.oid |
cfgparser | oid | The OID of the text search parser for this configuration pg_ts_parser.oid |
Column history across versions
Version history 2
- PG 11 → 12changed
- PG 9.2 → 9.3changed
Definition snapshot: english-manuals:c69b490109d6ac84f2094c6f0ec… · English manual source