Re: Patch for Improved Syntax Error Reporting

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Patch for Improved Syntax Error Reporting
Дата
Msg-id 14696.996795002@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Patch for Improved Syntax Error Reporting  (Neil Padgett <npadgett@redhat.com>)
Ответы Re: Patch for Improved Syntax Error Reporting
Список pgsql-patches
Neil Padgett <npadgett@redhat.com> writes:
>> I like the idea of putting the formatting stuff in libpq.  It
>> centralizes it, and allows the client to control the formatting too.

> What exactly would you put in libpq?

I think we could put in code that parses the multi-line error message
format, and returns preparsed data in the form of a list of field names
and field values.  I don't see that libpq can do anything useful with
producing a syntax-error pointer, since it doesn't have access to the
original user query string, only to the same string that's sent to the
backend; so as far as it can know, the error index that the backend
returns is gospel.  Any reverse-mapping from that to a user-query index
has got to be in the client app, AFAICS.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Revised Patch to allow multiple table locks in "Unison"
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: ODBC Boolean handling