Re: [HACKERS] parser error when trying to connect to postges db from tomcat - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: [HACKERS] parser error when trying to connect to postges db from tomcat
Date
Msg-id 460.1145569835@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] parser error when trying to connect to postges db from tomcat  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-interfaces
Alvaro Herrera <alvherre@commandprompt.com> writes:
>> On Wed, Apr 19, 2006 at 03:34:10PM +0000, danish.siddiqui@hovservices.com wrote:
>>> ERROR:  No parser with id 17555

> Jim C. Nasby wrote:
>> Grepping through the PostgreSQL source I can't find anything; perhaps
>> someone on -interfaces has a better idea...

Not sure what you're grepping, but I see two hits in contrib/tsearch2
...

pgsql/contrib/tsearch2/ts_cfg.c:                 ts_error(ERROR, "No parser with id %d", id);
pgsql/contrib/tsearch2/wparser.c:                ts_error(ERROR, "No parser with id %d", id);

Now, what tsearch2 thinks a "parser" is I have no idea, but it seems
like the OP probably has a misconfigured tsearch2 installation.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] parser error when trying to connect to postges db from tomcat
Next
From: "Jim Nasby"
Date:
Subject: Re: [ADMIN] Problem with SELECT FOR UPDATE NOWAIT