Re: error code 25001

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: error code 25001
Дата
Msg-id 22745.1231335001@sss.pgh.pa.us
обсуждение исходный текст
Ответ на error code 25001  (Tatsuo Ishii <ishii@postgresql.org>)
Список pgsql-hackers
Tatsuo Ishii <ishii@postgresql.org> writes:
> Error code 25001 is used for "SET TRANSACTION ISOLATION LEVEL must be
> called before any query" when it's an ERROR. However, it also means
> "there is already a transaction in progress" when it's a NOTICE.

> So we cannot distinguish them just by checking the error code.

> So my question is, an error code is used for both an error condition
> *and* a warning: is this normal?

I don't think that's the only case.  Surely it's not that hard to tell
whether you have an error or not ...
        regards, tom lane


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Solve a problem of LC_TIME of windows.
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Do we still need constraint_exclusion?