select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

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

ColumnTypeDescription / reference
oidoidRow identifier
tmplnamenameText search template name
tmplnamespaceoidThe OID of the namespace that contains this template
pg_namespace.oid
tmplinitregprocOID of the template's initialization function (zero if none)
pg_proc.oid
tmpllexizeregprocOID of the template's lexize function
pg_proc.oid
Column history across versions
Version history 3
  1. PG 13 → 14changed
  2. PG 11 → 12changed
  3. PG 9.2 → 9.3changed

Definition snapshot: english-manuals:a3c0f1cb87ee0e198ef1ed2142c… · English manual source