Re: BUG #6727: Column does not exist exception has no error code - Mailing list pgsql-bugs

From Patrick Tucker
Subject Re: BUG #6727: Column does not exist exception has no error code
Date
Msg-id CAOmDbN5=AZQt6rTGFjYtWxGYH3SZ28ZmxZ7sSU442Awh4ofx7A@mail.gmail.com
Whole thread Raw
In response to BUG #6727: Column does not exist exception has no error code  (tuckerpmt@gmail.com)
Responses Re: BUG #6727: Column does not exist exception has no error code  (Craig Ringer <ringerc@ringerc.id.au>)
List pgsql-bugs
BTW I'm using postgresql-9.1-901.jdbc4.jar
Thanks again,
Pat

On Wed, Jul 11, 2012 at 2:10 PM, Patrick Tucker <tuckerpmt@gmail.com> wrote:

> Interesting, the test case that I ran was performing a simple SQL
> statement like the following: select "a" from table
>
> I wonder if the version of the driver I am using needs to be updated or
> even the database?
> Thanks,
> Pat
> On Wed, Jul 11, 2012 at 1:43 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
>> tuckerpmt@gmail.com writes:
>> > The SQLException that is thrown when performing a query that has a
>> column
>> > name that is not valid, does not exist, does not contain an error
>> > code.
>>
>> Could you provide a specific example?  When I try this I see an error
>> code, 42703:
>>
>> regression=# \set VERBOSITY verbose
>> regression=# select nosuchcol from int8_tbl;
>> ERROR:  42703: column "nosuchcol" does not exist
>> LINE 1: select nosuchcol from int8_tbl;
>>                ^
>> LOCATION:  transformColumnRef, parse_expr.c:766
>>
>> There may indeed be someplace where the errcode was forgotten, but
>> without a concrete example it's hard to find where.
>>
>>                         regards, tom lane
>
>

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #6727: Column does not exist exception has no error code
Next
From: dmg@uvic.ca
Date:
Subject: BUG #6728: revoke grant cascade behaviour