Unicode Support

Поиск
Список
Период
Сортировка
От Sumita Biswas (sbiswas)
Тема Unicode Support
Дата
Msg-id 002601c3fc2c$8aeffc90$2a154d0a@apac.cisco.com
обсуждение исходный текст
Ответ на Re: Postgres DB  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Hi All,

This is regarding Unicode Encoding(UTF8) in Postgres.
I have the following assumptions, please correct me if I am wrong:

1. Postgres Supports unicode encoding(UTF8).
2. Any database takes the default encoding unless specified. Hence we
can configure a Database to support unicode(UTF8) while creating the
database.
3. The datatype which will store unicode data will be "character
varying" as there are no other datatypes like NVARCHAR(in MSSQL) in
Postgres. This will happen only when the Database is configured to
support unicode(UTF8) encoding.

Regards,
Sumita



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

Предыдущее
От: Hans-Jürgen Schönig
Дата:
Сообщение: Re: [HACKERS] Materialized View Summary
Следующее
От: "Sumita Biswas (sbiswas)"
Дата:
Сообщение: CURSORS - Please help urgent.