UNICODE and SQL

Поиск
Список
Период
Сортировка
От Marco Roda
Тема UNICODE and SQL
Дата
Msg-id 001401c3130b$0996ed80$0301a8c0@amdosoft.local
обсуждение исходный текст
Ответы Re: UNICODE and SQL  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Re: UNICODE and SQL  (Ian Barwick <barwick@gmx.net>)
Список pgsql-sql
Hallo,

I need to use SQL to insert some language specific characters into tables.
In particular I am using German and Croatian specific characters. The
database is created with UNICODE encoding.
For instance, when trying to run from psql:

INSERT INTO test VALUES (1,'Urlaubslite für nächstes Jahr');

I get the following error:

ERROR:  Invalid UNICODE character sequence found (0xfc7220)

because of 'ü' and 'ä'.

How to do it?
Thanks,
Marco Roda



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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Best way to delete time stamped data?
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: Indices are not used by the optimizer