Re: [BUGS] BUG #6727: Column does not exist exception has no error code

2012-07-11 Thread Craig Ringer
On 07/12/2012 02:24 AM, Patrick Tucker wrote: BTW I'm using postgresql-9.1-901.jdbc4.jar Thanks again, A self-contained test case - a small Java program that connects to a test DB, runs a query, and reports the result vs what you expected the result to be - would be helpful. -- Craig ringer

Re: [BUGS] BUG #6727: Column does not exist exception has no error code

2012-07-11 Thread Patrick Tucker
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 wrote: > tucker...@gmail.com writ

Re: [BUGS] BUG #6727: Column does not exist exception has no error code

2012-07-11 Thread Patrick Tucker
BTW I'm using postgresql-9.1-901.jdbc4.jar Thanks again, Pat On Wed, Jul 11, 2012 at 2:10 PM, Patrick Tucker 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

Re: [BUGS] BUG #6727: Column does not exist exception has no error code

2012-07-11 Thread Tom Lane
tucker...@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 verbos

[BUGS] BUG #6727: Column does not exist exception has no error code

2012-07-11 Thread tuckerpmt
The following bug has been logged on the website: Bug reference: 6727 Logged by: Patrick Tucker Email address: tucker...@gmail.com PostgreSQL version: 9.1.1 Operating system: Windows Description: The SQLException that is thrown when performing a query that has a colum