SYSTEM CATALOGS / SYSTEM CATALOGS
pg_ts_template
Read PG 18 manual ↗The pg_ts_template catalog contains entries defining text search templates.
- Kind
- System catalogs
- Columns in this snapshot
- 5
- Definition source
- English manual
Columns 5
| Column | Type | Description / reference |
|---|---|---|
oid | oid | Row identifier |
tmplname | name | Text search template name |
tmplnamespace | oid | The OID of the namespace that contains this template pg_namespace.oid |
tmplinit | regproc | OID of the template's initialization function (zero if none) pg_proc.oid |
tmpllexize | regproc | OID of the template's lexize function pg_proc.oid |
Column history across versions
Version history 3
- PG 13 → 14changed
- PG 11 → 12changed
- PG 9.2 → 9.3changed
Definition snapshot: english-manuals:a3c0f1cb87ee0e198ef1ed2142c… · English manual source