Re: Reporting the bind-parameter on an error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Reporting the bind-parameter on an error
Дата
Msg-id 20941.1218810196@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Reporting the bind-parameter on an error  ("Fujii Masao" <masao.fujii@gmail.com>)
Список pgsql-hackers
"Fujii Masao" <masao.fujii@gmail.com> writes:
> The bind-parameter is useful information for debugging. So, I made
> the small patch which reports the bind-parameter together with
> the SQL statement on an error.

You can't invoke user-defined I/O functions in an already-failed
transaction.  For that matter, you shouldn't really even try to do the
catalog lookups involved in identifying them.
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: So what about XSLT?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: migrate data 6.5.3 -> 8.3.1