Re: unicode UTF-8 columns

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Dennis Gearon <gearond(at)cvc(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: unicode UTF-8 columns
Date: 2003-04-03 15:08:15
Message-ID: Pine.LNX.4.44.0304031554070.2215-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dennis Gearon writes:

> What column types support UTF-8 input? I think that varchar, text, and
> bytea would do it, but I'm not sure.

text, varchar, and char store strings in whatever encoding your database
is set up to. bytea stores bytes, not characters, so the question is
irrelevant in that case.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Antti Haapala 2003-04-03 15:13:20 Re: Help with array constraints
Previous Message Karel Zak 2003-04-03 14:59:06 Re: this date format thing.