SYSTEM CATALOGS / SYSTEM CATALOGS
pg_ts_parser
Read PG 18 manual ↗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
| Column | Type | Description / reference |
|---|---|---|
oid | oid | Row identifier |
prsname | name | Text search parser name |
prsnamespace | oid | The OID of the namespace that contains this parser pg_namespace.oid |
prsstart | regproc | OID of the parser's startup function pg_proc.oid |
prstoken | regproc | OID of the parser's next-token function pg_proc.oid |
prsend | regproc | OID of the parser's shutdown function pg_proc.oid |
prsheadline | regproc | OID of the parser's headline function (zero if none) pg_proc.oid |
prslextype | regproc | OID of the parser's lextype 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:5a58a0c47fa9b8d63b85389daf0… · English manual source