Re: invalid parser name

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: cherio(at)gmail(dot)com
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: invalid parser name
Date: 2020-03-09 16:29:44
Message-ID: 16325.1583771384@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

PG Doc comments form <noreply(at)postgresql(dot)org> writes:
> The document says "The built-in parser is named pg_catalog.default"
> It should say "The built-in parser is named pg_catalog.ts_debug"

Really? What I see in a stock build is

regression=# select prsname, prsnamespace::regnamespace from pg_ts_parser;
prsname | prsnamespace
---------+--------------
default | pg_catalog
(1 row)

I think you are confusing the parser with something else maybe.
There is a support function named ts_debug ...

regards, tom lane

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2020-03-10 02:50:26 Re: Users/Roles do not align.
Previous Message PG Doc comments form 2020-03-09 15:20:10 invalid parser name