PG Doc comments form <nore...@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


Reply via email to