Re: Re: Big 7.1 open items

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Re: Big 7.1 open items
Дата
Msg-id 20000615185019A.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: Big 7.1 open items  (Michael Robinson <robinson@netrinsics.com>)
Ответы Re: Re: Big 7.1 open items  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> While people are working on that, they might want to add some sanity checking
> to the multibyte character decoders.  Currently they fail to check for
> "illegal" character sequences (i.e. sequences with no valid multibyte mapping),
> and fail to do something reasonable (like return an error, silently drop the
> offending characters, or anything else besides just returning random garbage
> and crashing the backend).

Hum.. I thought Michael Robinson is the one who is against the idea of
rejecting "illegal" character sequences before they are put in the DB.
I like the idea but I haven't time to do that (However I'm not sure I
would like to do it for EUC-CN, since he dislikes the codes I write).

Bruce, I would like to see followings in the TODO. I also would like
to hear from Thomas and Peter or whoever being interested in
implementing NATIONAL CHARACTER stuffs if they are reasonable.

o Don't accept character sequences those are not valid as their charset (signaling ERROR seems appropriate IMHO)

o Make PostgreSQL more multibyte aware (for example, TRIM function and NAME data type)

o Regard n of CHAR(n)/VARCHAR(n) as the number of letters, rather than the number of bytes
--
Tatsuo Ishii


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

Предыдущее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: Big 7.1 open items
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: Re: Gripe: working on configure now requires Automake installed locally