Re: [SQL] strange error message

2011-11-25 Thread Uwe Bartels
Hi Tom, Cool. Thanks for your answer. Best Regards, Uwe On 25 November 2011 17:43, Tom Lane wrote: > Uwe Bartels writes: > > I've got a strange error message in our java application. > > > ERROR JDBCTransaction:124 - JDBC commit failed > > *org.postgresql.util.PSQLException: ERROR: bogus var

Re: [SQL] strange error message

2011-11-25 Thread Tom Lane
Uwe Bartels writes: > I've got a strange error message in our java application. > ERROR JDBCTransaction:124 - JDBC commit failed > *org.postgresql.util.PSQLException: ERROR: bogus varno: 65001* This is a symptom of some kind of planner error. If you are not running the latest minor release of y

[SQL] strange error message

2011-11-24 Thread Uwe Bartels
Hi, I've got a strange error message in our java application. the only reference to this message i find in http://mingo.info-science.uiowa.edu/eichmann/courses/database/Postgres/programmer.pdf

[SQL] strange error message

2000-07-17 Thread Gerhard Dieringer
Hi all, I'm sure I found somewhere in the docs, that postgreSQL 7.0 accepts ANSI-SQL style join syntax, but when I try: SELECT ta.a, tb.b FROM taba ta INNER JOIN tabb tb ON ta.c = tb.c; I get the strange message: ERROR: transformExpr: does not know how to transform node 501 (internal error)