SYSTEM CATALOGS / SYSTEM CATALOGS
pg_ts_dict
Read PG 18 manual ↗The pg_ts_dict catalog contains entries defining text search dictionaries.
- Kind
- System catalogs
- Columns in this snapshot
- 6
- Definition source
- English manual
Columns 6
| Column | Type | Description / reference |
|---|---|---|
oid | oid | Row identifier |
dictname | name | Text search dictionary name |
dictnamespace | oid | The OID of the namespace that contains this dictionary pg_namespace.oid |
dictowner | oid | Owner of the dictionary pg_authid.oid |
dicttemplate | oid | The OID of the text search template for this dictionary pg_ts_template.oid |
dictinitoption | text | Initialization option string for the template |
Column history across versions
Version history 2
- PG 11 → 12changed
- PG 9.2 → 9.3changed
Definition snapshot: english-manuals:ca9f6fb59a904f6a145ff600246… · English manual source