Re: xml and utf-8

From: "Gavin M(dot) Roy" <gmr(at)ehpg(dot)net>
To: Perez <i(at)donotexist(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: xml and utf-8
Date: 2006-03-05 06:19:36
Message-ID: 4DD3BBD2-331B-4B0A-A48A-F45D05412998@ehpg.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If your DB encoding is UTF-8, I don't see why you can't use a TEXT
data type.

Regards,

Gavin

On Mar 2, 2006, at 7:07 PM, Perez wrote:

> Any pointers/tricks/gotchas on storing XML into postgresql? Is it any
> more complicated than storing the XML into a bytea field? Do I
> have to
> worry about character encoding? All my XML is in utf-8.
>
> tia,
> arturo
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match

In response to

Browse pgsql-general by date

  From Date Subject
Next Message chris smith 2006-03-05 06:22:33 Re: User tables
Previous Message Andrew L. Gould 2006-03-05 03:46:23 Re: PostgreSQL on Intel Core Duo Macs?