Previous   Next 

Table pg_ts_parser

\d pg_ts_parser
Table "public.pg_ts_parser"
Column     | Type | Modifiers
---------------+------+-----------
prs_name      | text | not null
prs_start     | oid  | not null
prs_nexttoken | oid  | not null
prs_end       | oid  | not null
prs_headline  | oid  | not null
prs_lextype   | oid  | not null
prs_comment   | text |
Indexes:
	"pg_ts_parser_pkey" primary key, btree (prs_name)

select * from pg_ts_parser;
prs_name | prs_start | prs_nexttoken | prs_end | prs_headline | prs_lextype |        prs_comment
----------+-----------+---------------+---------+--------------+-------------+---------------------------
default  |     17188 |         17189 |   17190 |        17192 |       17191 | Parser from OpenFTS v0.34
(1 row)