i18n in pgSQL - Mailing list pgsql-sql

From Vernon Wu
Subject i18n in pgSQL
Date
Msg-id IDFXTMHNK4UO3XB64ZXGDYWPJVQUR.3d25e57e@kimiko
Whole thread Raw
List pgsql-sql
Hi,

I am working on an application intended for multilingual users. I have learnt from a source that I shall define
double-byte
 
data type such as nvarchar and ntext in DB. I don't see these data type in the pgsql online document. I have tried to 
create a table with the data type. The nvarchar is accepted, but not ntext. 

Also, I remember I can configure pgsql for unicode in Linux. I can't find what, where, and how to configure pgsql in my

current setting: on cygwin.

Currently, Chinese charaters can't be stored and retrieved properly.

Thanks for your help.

Vernon






pgsql-sql by date:

Previous
From: Roberto Mello
Date:
Subject: Re: How do i return a dataset from a stored procedure
Next
From: Bruce Momjian
Date:
Subject: Re: Possible Bug regarding temp tables (sql or psql?)