Re: Patch for psql to avoid altering the PGresult strings

Поиск
Список
Период
Сортировка
От Dennis Björklund
Тема Re: Patch for psql to avoid altering the PGresult strings
Дата
Msg-id Pine.LNX.4.44.0306250740230.25222-100000@zigo.dhs.org
обсуждение исходный текст
Ответ на Re: Patch for psql to avoid altering the PGresult strings  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
On Mon, 23 Jun 2003, Bruce Momjian wrote:

> What should be done with this patch?

Well, I can't tell what you should do :-) I made it in response to this:

http://archives.postgresql.org/pgsql-hackers/2003-06/msg00296.php

The patch is not very important, it works fine without. It's just that the
docs of libpq says that you are not allowed to change the things you get
back from it. And psql was doing that. In practice it's not a problem
since it happens to work anyway.

Tha plans to (try to) solve the charset problems I've put on hold until
after the release since people seems to be busy at the moment (which is
understandable since the freeze is coming up). If you have a unicode
database you just have to run the non translated psql also in 7.4.

--
/Dennis


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Fix up JOIN .. USING with domains
Следующее
От: Joe Conway
Дата:
Сообщение: Re: [GENERAL] bytea char escaping