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

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
Cc: "danish(dot)siddiqui(at)hovservices(dot)com" <danish(dot)siddiqui(at)hovservices(dot)com>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [HACKERS] parser error when trying to connect to postges db from tomcat
Date: 2006-04-20 21:40:06
Message-ID: 20060420214005.GF5426@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

> On Wed, Apr 19, 2006 at 03:34:10PM +0000, danish(dot)siddiqui(at)hovservices(dot)com wrote:
> > Hi,
> > Im getting this error when I try to connect to a postgresql database
> > from a web application running on tomcat....
> >
> > the error is from the postgersql logs
> >
> > 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...

My first guess would be a user-defined function doing
RAISE EXCEPTION 'No parser with ...'

or something similar.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-04-20 21:50:35 Re: [HACKERS] parser error when trying to connect to postges db from tomcat
Previous Message Jim C. Nasby 2006-04-20 21:28:19 Re: [HACKERS] parser error when trying to connect to postges db from tomcat

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2006-04-20 21:50:35 Re: [HACKERS] parser error when trying to connect to postges db from tomcat
Previous Message Jim C. Nasby 2006-04-20 21:28:19 Re: [HACKERS] parser error when trying to connect to postges db from tomcat