suggestion for error statements

Lists: pgsql-hackers
From: "Jon Pastore" <jpastore(at)idetech(dot)net>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: suggestion for error statements
Date: 2003-11-02 17:44:20
Message-ID: 9E6C867AE8DE7E419F5E9A8DE3A2F0003E02D7@cerebro.federatedfinancial.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

This is my first time posting and I' hope I'm posting in the correct place. I hope this is not an old topic I'm bringing to light...

It would be nice if when getting an error like: ERROR: Bad boolean external representation ''

(or the like)...it would give a column name where that error was found... I have to debug another programmers code and it would save me a lot of time if I quickly locate where that problem is occuring...

We have some wide tables.

Thanks...

-Jon