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

From tuckerpmt@gmail.com
Subject BUG #6727: Column does not exist exception has no error code
Date
Msg-id E1SoyWd-0007UF-2N@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #6727: Column does not exist exception has no error code  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      6727
Logged by:          Patrick Tucker
Email address:      tuckerpmt@gmail.com
PostgreSQL version: 9.1.1
Operating system:   Windows
Description:=20=20=20=20=20=20=20=20

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.  We
are forced to do a string comparison to figure out if a particular exception
is caused by an invalid column name.  This is not ideal.  A fix would be
greatly appreciated.

Thanks,
Pat

pgsql-bugs by date:

Previous
From: andy.gumbrecht@orprovision.com
Date:
Subject: BUG #6726: pg_dump - ftell mismatch when using -Fc and split
Next
From: Tom Lane
Date:
Subject: Re: BUG #6727: Column does not exist exception has no error code