On Mon, 2002-08-19 at 13:14, Florian Weimer wrote:
> Justin Clift <justin@postgresql.org> writes:
>
> > You guys *definitely* write scarey code.
>
> Yes, indeed. My code has a lot of unnecessary and error-prone input
> validation checks because I don't trust the PostgreSQL parser.
Bah.. Check the datatype is close and send it in.
Would be much easier to capture database errors if you didn't have to
base all error matches on regular expressions (error codes will be
nice).