Re: [HACKERS] UTF8 or Unicode

Поиск
Список
Период
Сортировка
От lsunley@mb.sympatico.ca
Тема Re: [HACKERS] UTF8 or Unicode
Дата
Msg-id 0ICK001BP31TOS@l-daemon
обсуждение исходный текст
Ответ на Re: [HACKERS] UTF8 or Unicode  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
In <200502270409.j1R49hc08394@candle.pha.pa.us>, on 02/26/05
   at 11:09 PM, Bruce Momjian <pgman@candle.pha.pa.us> said:



>Here is an updated version that handles all cases.  It does rename the
>routine names so the primary encoding name is used for the routine names.
>This will be documented in the release notes if anyone actually uses
>those names in their code.

>This patch requires renaming of the utf8_and_tcvn directory so it will
>not apply cleanly.

>I left the routines named utf_8 alone because the code splits encoding
>names at breaks, like this iso_8859_7_to_utf_8.  I assume that is OK.


You cannot patch conversion_create.sql

You have to patch the makefile that generates it.

The CONVERSIONS variable has the names etc and the

@set $(CONVERSIONS) etc code generates the conversion_create.sql file

--
-----------------------------------------------------------
lsunley@mb.sympatico.ca
-----------------------------------------------------------


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

Предыдущее
От: Neil Conway
Дата:
Сообщение: int4 <-> bool casts
Следующее
От: lsunley@mb.sympatico.ca
Дата:
Сообщение: Re: [HACKERS] UTF8 or Unicode