Re: [HACKERS] parser error when trying to connect to postges db from tomcat
> 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
Home |
Main Index |
Thread Index