Re: 8.0 beta4: Exception when including catalog qualifier in

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: "Laferriere, Al" <ALaferriere(at)Sciforma(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: 8.0 beta4: Exception when including catalog qualifier in
Date: 2004-11-08 04:05:05
Message-ID: 27913.1099886705@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Kris Jurka <books(at)ejurka(dot)com> writes:
> This did not work in 7.4 either, it even gives a much better error message
> than 8.0's "syntax error"

> jurka=# select * from catalog.schem.tab;
> ERROR: cross-database references are not implemented

I'm not sure why 8.0 wasn't handling this properly --- I suspect that
the hack I used awhile ago to suppress a reduce/reduce conflict was
actually just confusing bison so much it didn't recognize that the
grammar was ambiguous. Anyway, I've fixed it in CVS tip.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-11-08 06:05:25 Re: BUG #1306: locale related issue.
Previous Message Kris Jurka 2004-11-08 02:37:26 Re: Domain bit cast