Unicode strings and data types

Поиск
Список
Период
Сортировка
От Steve_Miller@sil.org
Тема Unicode strings and data types
Дата
Msg-id OFEC658F8C.4A766260-ON86256CC4.004D7FD5@sil.org
обсуждение исходный текст
Список pgsql-novice
In SQL Server, if we want Unicode data, we use data types like NCHAR and
NVARCHAR. I don't see anything like that in PostgreSQL. After some
searching, it looks like I need to create the database with Unicode
endcoding:

      createdb -E UNICODE MyDb
      CREATE DATABASE MyDb WITH ENCODING = UNICODE

Is that right? Or are there Unicode data types already in the database
somewhere, and I missed them?

Steve Miller
SIL International



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

Предыдущее
От: Muhammad Shariq Muzaffar
Дата:
Сообщение: Lock timeout detection in postgres 7.3.1
Следующее
От: Wim
Дата:
Сообщение: Postgres performace with large tables.