Detailed error message information - Mailing list pgsql-general

From Jurgen Defurne
Subject Detailed error message information
Date
Msg-id 20030905170545.GA1158@gallia
Whole thread Raw
List pgsql-general
Dear all,

Is there a way to obtain more information about error messages, eg. the
name of the column which generates an error ?

I find it problematic that when some operations cause an error, there is
no feedback about the complete error, eg. when I do an INSERT into a
field, which exceeds the fields length, the only thing I get is

   ERROR:  value too long for type character varying(30)

No fieldname present.

When I put a string into a number field, I get

   ERROR:  pg_atoi: error in "string": can't parse "string"

Also, no fieldname present.

Of course, these are things that can be catched before the insert, but
when prototyping code and user interfaces, it is not always obvious
where a certain error comes from.

Any comments ?

Regards,

Jurgen

pgsql-general by date:

Previous
From: psql-mail@freeuk.com
Date:
Subject: Re: postmaster crashing
Next
From: Zengfa Gao
Date:
Subject: Left join