Re: templates, encoding

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: templates, encoding
Дата
Msg-id 16730.1122646908@sss.pgh.pa.us
обсуждение исходный текст
Ответ на templates, encoding  (Zlatko Matić <zlatko.matic1@sb.t-com.hr>)
Список pgsql-general
=?iso-8859-2?Q?Zlatko_Mati=E6?= <zlatko.matic1@sb.t-com.hr> writes:
> My template0 and template1 have SQL ASCII encoding, while I created a =
> database with UNICODE encoding.
> Could it cause some conflicts ? If so, how can I change templates =
> databases to be UNICODE as well ?

The real question is whether the database's locale setting is compatible
with Unicode (utf-8).  If not, you're going to see some problems with
comparing and sorting non-ASCII characters.

initdb is the only way to fix a bad choice of locale, unfortunately.

            regards, tom lane

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

Предыдущее
От: Csaba Nagy
Дата:
Сообщение: Re: [JDBC] Bad plan for queries with IN clause
Следующее
От: "Stefan Scherf"
Дата:
Сообщение: tool for analysing the postgres log-file