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

From Alvaro Herrera
Subject Re: [HACKERS] parser error when trying to connect to postges db from tomcat
Date
Msg-id 20060420214005.GF5426@surnet.cl
Whole thread Raw
In response to Re: [HACKERS] parser error when trying to connect to postges db from tomcat  ("Jim C. Nasby" <jnasby@pervasive.com>)
Responses Re: [HACKERS] parser error when trying to connect to postges db from tomcat  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
> On Wed, Apr 19, 2006 at 03:34:10PM +0000, danish.siddiqui@hovservices.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


pgsql-interfaces by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: [HACKERS] parser error when trying to connect to postges db from tomcat
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] parser error when trying to connect to postges db from tomcat