Re: Internationalized error messages - Mailing list pgsql-hackers

From Ian Lance Taylor
Subject Re: Internationalized error messages
Date
Msg-id siwv9zeqzy.fsf@daffy.airs.com
Whole thread Raw
In response to Internationalized error messages  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Internationalized error messages  (Denis Perchine <dyp@perchine.com>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:

> Let the actual method of allocating error codes be irrelevant for now,
> although the ones in the SQL standard are certainly to be considered for a
> start.  Essentially, instead of writing
> 
>     elog(ERROR, "disaster struck");
> 
> you'd write
> 
>     elog(ERROR, "XYZ01", "disaster struck");

I like this approach.  One of the nice things about Oracle is that
they have an error manual.  All Oracle errors have an associated
number.  You can look up that number in the error manual to find a
paragraph giving details and workarounds.  Admittedly, sometimes the
further details are not helpful, but sometimes they are.  The basic
idea of being able to look up an error lets programmers balance the
need for a terse error message with the need for a fuller explanation.

Ian

---------------------------(end of broadcast)---------------------------
TIP 32: I just know I'm a better manager when I have Joe DiMaggio in center field.    -- Casey Stengel


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Depending on system install scripts (was Re: [BUGS] COBOL)
Next
From: Ian Lance Taylor
Date:
Subject: Re: Re: Depending on system install scripts (was Re: [BUGS] COBOL)