select open change scope Open full search

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

SYSTEM CATALOGS / SYSTEM CATALOGS

The pg_ts_parser catalog contains entries defining text search parsers.

Kind
System catalogs
Columns in this snapshot
8
Definition source
English manual

Columns 8

ColumnTypeDescription / reference
oidoidRow identifier
prsnamenameText search parser name
prsnamespaceoidThe OID of the namespace that contains this parser
pg_namespace.oid
prsstartregprocOID of the parser's startup function
pg_proc.oid
prstokenregprocOID of the parser's next-token function
pg_proc.oid
prsendregprocOID of the parser's shutdown function
pg_proc.oid
prsheadlineregprocOID of the parser's headline function (zero if none)
pg_proc.oid
prslextyperegprocOID of the parser's lextype 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:5a58a0c47fa9b8d63b85389daf0… · English manual source