Re: Cleaning up ERRCODE usage in our XML code

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cleaning up ERRCODE usage in our XML code
Дата
Msg-id 180690.1744207397@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Cleaning up ERRCODE usage in our XML code  (Peter Eisentraut <peter@eisentraut.org>)
Ответы Re: Cleaning up ERRCODE usage in our XML code
Список pgsql-hackers
Peter Eisentraut <peter@eisentraut.org> writes:
> On 14.09.24 21:14, Tom Lane wrote:
>> +Section: Class 10 - XQuery Error
>> +
>> +# recent SQL versions define quite a few codes in this class, but for now
>> +# we are only using this generic one
>> +10608    E    ERRCODE_INVALID_ARGUMENT_FOR_XQUERY                            invalid_argument_for_xquery

> Could you share what SQL standard document version you got this from?  I
> don't see this particular code in any version I have.

I think I stole it from DB2:

10608    An error was encountered in the argument of an XQuery function or operator.


https://www.ibm.com/docs/en/db2-for-zos/12.0.0?topic=codes-sqlstate-values-common-error#db2z_sqlstatevalues__classcode10

If you feel motivated to replace that with some finer-grained codes,
it's OK by me.

            regards, tom lane



В списке pgsql-hackers по дате отправления: