client side syntax error position (v3)

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема client side syntax error position (v3)
Дата
Msg-id Pine.LNX.4.58.0403120938490.12205@sablons.cri.ensmp.fr
обсуждение исходный текст
Ответы Re: client side syntax error position (v3)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Dear patchers,

New submission... after suggestions by Tom and others, the current result
looks like the following:

psql> CREATE foo;
ERROR:  syntax error at or near "foo" at character 8
LINE 1: CREATE foo;
               ^
psql>

There may still be issues about some mb encodings, especially with
localised error messages.

I think that the only consequence would be that the cursor may be placed
wrongly. Although it would be a bug, it is not a very big issue. I think
that the current patch may be considered for integration, and fixes for
some encodings can be added later if needed.

Also, any suggestion for improvement on this issue is obviously welcome,
but I need to be told the "how"...

Have a nice day,

--
Fabien Coelho - coelho@cri.ensmp.fr

Вложения

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

Предыдущее
От: Claudio Natoli
Дата:
Сообщение: int8 fix for win32
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: [HACKERS] notice about costly ri checks (3)