Re: Bug #766: version difference creates problem

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pranav(at)babultech(dot)com, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Bug #766: version difference creates problem
Date: 2002-09-14 13:53:49
Message-ID: Pine.LNX.4.44.0209141553110.1307-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2002-09-14 15:46:11 Re: Bug #766: version difference creates problem
Previous Message Peter Eisentraut 2002-09-14 13:52:24 Re: Bug #765: 'IS NULL' versus '= NULL'