Re: invalid parser name - Mailing list pgsql-docs

From Tom Lane
Subject Re: invalid parser name
Date
Msg-id 16325.1583771384@sss.pgh.pa.us
Whole thread Raw
In response to invalid parser name  (PG Doc comments form <noreply@postgresql.org>)
List pgsql-docs
PG Doc comments form <noreply@postgresql.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



pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: invalid parser name
Next
From: Bruce Momjian
Date:
Subject: Re: Users/Roles do not align.