From:
"Christopher Kings-Lynne" <chris(at)kkl(dot)com(dot)au>
To:
"Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc:
"Peter Eisentraut" <peter_e(at)gmx(dot)net>, "Nikolay Samokhvalov" <samokhvalov(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject:
Re: Loose ends in PG XML patch
Date:
2007-01-03 06:08:33
Message-ID:
1acfe1a40701022208x4a280223k127dd57467863bb8@mail.gmail.com (view raw or flat )
Thread:
2006-12-21 16:05:16 from petere(at)postgresql(dot)org (Peter Eisentraut)
2006-12-21 17:24:18 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2006-12-21 18:24:49 from Teodor Sigaev <teodor(at)sigaev(dot)ru>
2006-12-21 19:10:10 from Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
2006-12-21 19:26:22 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2006-12-24 01:44:59 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2006-12-24 16:39:01 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2006-12-24 17:44:00 from "Nikolay Samokhvalov" <samokhvalov(at)gmail(dot)com>
2006-12-24 18:15:32 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2007-01-02 10:38:45 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2007-01-03 06:08:33 from "Christopher Kings-Lynne" <chris(at)kkl(dot)com(dot)au>
Lists:
pgsql-committers pgsql-hackers
> * Shouldn't the xml type support binary I/O? Right now it is the only
> standard datatype that doesn't. I have no idea whether there is an
> appropriate representation besides text, but if not we could define the
> binary representation to be the same as text.
There is an effort to develop a binary xml format:
http://www.w3.org/TR/xbc-characterization/
In response to
pgsql-hackers by date
Next :From: Jeremy DrakeDate: 2007-01-03 06:14:03
Subject : contrib regression failures after recent money type changes
Previous :From : Jim C. NasbyDate : 2007-01-03 03:38:21
Subject : Re: Sync Scan update
pgsql-committers by date
Next :From: User OkbobDate: 2007-01-03 09:55:38
Subject : plpsm - plpgpsm: more consist behave of SQLSTATE
Previous :From : Bruce MomjianDate : 2007-01-03 04:21:47
Subject : pgsql: For float4/8, remove errno checks for pow() and exp() because