Re: Internationalized error messages
От | Ian Lance Taylor |
---|---|
Тема | Re: Internationalized error messages |
Дата | |
Msg-id | siwv9zeqzy.fsf@daffy.airs.com обсуждение исходный текст |
Ответ на | Internationalized error messages (Peter Eisentraut <peter_e@gmx.net>) |
Ответы |
Re: Internationalized error messages
|
Список | 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 по дате отправления: