Re: [HACKERS] parser error when trying to connect to postges db from tomcat

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] parser error when trying to connect to postges db from tomcat
Дата
Msg-id 460.1145569835@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] parser error when trying to connect to postges db from tomcat  (Alvaro Herrera <alvherre@commandprompt.com>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] parser error when trying to connect to postges db from tomcat
Следующее
От: "Jim Nasby"
Дата:
Сообщение: Re: [ADMIN] Problem with SELECT FOR UPDATE NOWAIT