Re: Adding German Character Set to PostgresSQL

Поиск
Список
Период
Сортировка
От Hannes Erven
Тема Re: Adding German Character Set to PostgresSQL
Дата
Msg-id 4F021912.4020602@erven.at
обсуждение исходный текст
Ответ на Re: Adding German Character Set to PostgresSQL  ("Hagen Finley" <finhagen@comcast.net>)
Ответы Re: Adding German Character Set to PostgresSQL  ("Hagen Finley" <finhagen@comcast.net>)
Список pgsql-general
Hagen,


> gpdemo=# \encoding
> UTF8

UTF8 includes virtually all characters you will need for any purpose  on
the earth.


But: you showed the output of \encoding when you were asked to show \l .

There is a subtle difference:
\encoding shows the encoding of the connection between psql and the
server; while
\l shows the encoding the database server will actually store the data in.

While the first can easily be changed for a session, the latter can only
be set when creating a database (or a cluster).


-hannes

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Adding German Character Set to PostgresSQL
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Adding German Character Set to PostgresSQL