Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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



Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
>> On Wed, Apr 19, 2006 at 03:34:10PM +0000, danish(dot)siddiqui(at)hovservices(dot)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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group