Re: [HACKERS] multi-byte aware char_length() etc.

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: [HACKERS] multi-byte aware char_length() etc.
Дата
Msg-id Pine.NEB.3.95.980427130655.22570Q-100000@hub.org
обсуждение исходный текст
Ответ на Re: [HACKERS] multi-byte aware char_length() etc.  (t-ishii@sra.co.jp)
Ответы Re: [HACKERS] multi-byte aware char_length() etc.  (t-ishii@sra.co.jp)
Список pgsql-hackers
Applied...can you check that I haven't missed anything?

On Thu, 23 Apr 1998 t-ishii@sra.co.jp wrote:

> Hi, here are patches I promised (against 6.3.2):
>
> * character_length(), position(), substring() are now aware of
>       multi-byte characters
> * add octet_length()
> * add --with-mb option to configure
> * new regression tests for EUC_KR
>   (contributed by "Soonmyung. Hong" <hong@lunaris.hanmesoft.co.kr>)
> * add some test cases to the EUC_JP regression test
> * fix problem in regress/regress.sh in case of System V
> * fix toupper(), tolower() to handle 8bit chars
>
> note that:
>
> o  patches for both configure.in and configure are
> included. maybe the one for configure is not necessary.
>
> o pg_proc.h was modified to add octet_length(). I used OIDs
> (1374-1379) for that. Please let me know if these numbers are not
> appropriate.
>


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

Предыдущее
От: "Jackson, DeJuan"
Дата:
Сообщение: RE: [QUESTIONS] Re: [HACKERS] Bug or Short between my brain and t he keyboard?
Следующее
От: "Jackson, DeJuan"
Дата:
Сообщение: RE: [HACKERS] Re: [QUESTIONS] Practical SQL Handbook - demo scrip t for postgreSQL