How to insert unicode strings ?

From: "Ivar" <ivar(at)lumisoft(dot)ee>
To: pgsql-general(at)postgresql(dot)org
Subject: How to insert unicode strings ?
Date: 2003-06-17 07:49:55
Message-ID: bcmh70$8us$1@main.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I have read documentaion, searched www, can't find such a simple thing.

How to insert unicode string ?

Eg. MS SQL N char must be added in front of string.
INSERT aaa VALUES(N'this is considered as unicode',12) ?? how in postgre ?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message SZŰCS Gábor 2003-06-17 08:29:34 adddepend and partial indexes
Previous Message Nigel J. Andrews 2003-06-17 06:45:28 Re: full featured alter table?