Re: Bug #766: version difference creates problem - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: Bug #766: version difference creates problem
Date
Msg-id Pine.LNX.4.44.0209141553110.1307-100000@localhost.localdomain
Whole thread Raw
In response to Bug #766: version difference creates problem  (pgsql-bugs@postgresql.org)
Responses Re: Bug #766: version difference creates problem  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
> select * from inout; was giving parse error near or at 'inout'
>
> Then I juggled with query and found that
>
> select * from "inout" is working. but, such thing can not be done in my
> web application as it is a java code and I can't afford to change all
> the queries with table name change thoroughout the system.

You're going to have to or be stuck with old versions forever.

--
Peter Eisentraut   peter_e@gmx.net

pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Bug #765: 'IS NULL' versus '= NULL'
Next
From: Tom Lane
Date:
Subject: Re: Bug #766: version difference creates problem