Re: UTF8 or Unicode

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: UTF8 or Unicode
Дата
Msg-id 6530.1108785514@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: UTF8 or Unicode  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: UTF8 or Unicode  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I think we just need to _favor_ UTF8.

I agree.

> The question is where are we
> favoring Unicode rather than UTF8?

It's the canonical name of the encoding, both in the code and the docs.

regression=# create database e encoding 'utf-8';
CREATE DATABASE
regression=# \l        List of databases   Name    |  Owner   | Encoding  
------------+----------+-----------e          | postgres | UNICODEregression | postgres | SQL_ASCIItemplate0  |
postgres| SQL_ASCIItemplate1  | postgres | SQL_ASCII
 
(5 rows)

As soon as we decide whether the canonical name is "UTF8" or "UTF-8"
;-) we can fix it.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SPI_finish and RegisterExprContextCallback
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: 8.0.X and the ARC patent