strange error message

From: "Gerhard Dieringer" <DieringG(at)eba-haus(dot)de>
To: "<"<pgsql-sql(at)postgresql(dot)org>
Subject: strange error message
Date: 2000-07-18 06:29:20
Message-ID: s9741564.095@kopo001
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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)

Is my syntax wrong or is this a bug in the parser? I'm using 7.0.0

Gerhard

Browse pgsql-sql by date

  From Date Subject
Next Message Tubagus Nizomi 2000-07-18 07:00:55 describe table in 7.0.2
Previous Message Prasanth A. Kumar 2000-07-18 02:37:35 Re: Select by priority