Patch for psql to avoid altering the PGresult strings

Поиск
Список
Период
Сортировка
От Dennis Björklund
Тема Patch for psql to avoid altering the PGresult strings
Дата
Msg-id Pine.LNX.4.44.0306211621400.25222-200000@zigo.dhs.org
обсуждение исходный текст
Ответы Re: Patch for psql to avoid altering the PGresult strings  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
The mbvalidate() function was called on the PGresult strings, and it
changes the strings (removes unknown characters).

I've change the validation function to one that either returns a new
string when needed or NULL when the string already was validating. The
normal case is to have validating strings so in most cases no new strings
are created.

I have not included changes to avoid sending non validating strings to the
server. It's not clear what is the best way to solve it. Maybe one should
just do a stupid fix for 7.4 and validate the strings like above and just
delete non validating strings. It is possible to solve it in a better way,
but it's more complicated. We have 4 different charsets to think about in
psql. The server, the client, the terminal and the message catalog (the
last two usually matches, but not always). I would prefer to find a good
solution instead of just patching one small problem after another.

--
/Dennis

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Patch to be verbose about being unable to read
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Thread configure flag