Re: Internationalized error messages

From: Ian Lance Taylor <ian(at)airs(dot)com>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Internationalized error messages
Date: 2001-03-09 00:16:17
Message-ID: siwv9zeqzy.fsf@daffy.airs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ian Lance Taylor 2001-03-09 00:18:43 Re: [HACKERS] Re: Depending on system install scripts (was Re: COBOL)
Previous Message Peter Eisentraut 2001-03-08 23:13:10 Re: Depending on system install scripts (was Re: COBOL)