BUG #7666: Unkown column name on error message

From: robsonr(dot)alencar(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7666: Unkown column name on error message
Date: 2012-11-16 13:47:04
Message-ID: E1TZMG8-0002zj-4q@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 7666
Logged by: ROBSON
Email address: robsonr(dot)alencar(at)gmail(dot)com
PostgreSQL version: 9.0.0
Operating system: linux - ubuntu - pt_Br
Description:

After trying an insert on table, a error message is provided, but the column
name is not inserted in the message. Example:

"org.postgresql.util.PSQLException: ERRO: valor é muito longo para tipo
character varying(20)"

Java application, using JDBC Driver for PostgreSQL:
postgresql-9.1-901.jdbc4.jar

The column name is needed for best debug result.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message j.domagalski 2012-11-16 14:16:19 BUG #7667: Segmentation fault
Previous Message Euler Taveira 2012-11-16 13:30:20 Re: BUG #7663: is not a bug but...