Thread: Regarding the UnicodeString.

Regarding the UnicodeString.

From
Mamta Singh
Date:
Hi

I have not been able to insert a Unicode String
(having a character as '\u0000') into the table in
Postgres.

It is throwing an exception saying that '\0 is not
allowed.

How do I do that ?

- Mamta

=====
Mamta Singh

"Technical Skill is the mastery of complexity, while Creativity is the mastery of simplicity....."

________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony


Re: Regarding the UnicodeString.

From
Peter Eisentraut
Date:
Mamta Singh wrote:
> I have not been able to insert a Unicode String
> (having a character as '\u0000') into the table in
> Postgres.

You can't do that.  It's not really a character, so I don't see the use.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/