| От | Tom Lane |
|---|---|
| Тема | Re: Table name with umlauts |
| Дата | |
| Msg-id | 741.1290450358@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Table name with umlauts (Thomas Kellerer <spam_eater@gmx.net>) |
| Ответы |
Re: Table name with umlauts
|
| Список | pgsql-general |
Thomas Kellerer <spam_eater@gmx.net> writes:
> I'm curious why the following is not working:
> postgres=# show client_encoding;
> client_encoding
> -----------------
> UTF8
> (1 row)
> postgres=# create table umlaut_test_� (id integer);
> ERROR: invalid byte sequence for encoding "UTF8": 0xf6202869
It looks to me like your console is not in fact producing UTF8;
it's representing � as 0xf6, which I think is right for Latin1.
Select the proper client_encoding.
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера