Re: Multibyte still broken

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Multibyte still broken
Дата
Msg-id 20000511235810Y.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Multibyte still broken  (Michael Robinson <robinson@netrinsics.com>)
Список pgsql-hackers
> > What I'm thinking now to fix the problem you found is that doing data
> > validataion in the text/var/char input functions, rather than tweaking
> > the mb functions.
> 
> Could you explain why? I'd sure like it better if the mb code checked for
> mb things.

It's simple: 

Do not allow corrupted data imported into database.

To acomplish this, of course we have to call existing MB functions, though.
--
Tatsuo Ishii


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Multibyte still broken
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: Now 376175 lines of code