Re: XML type in PostgreSQL 8.3

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: XML type in PostgreSQL 8.3
Date: 2007-01-24 15:44:14
Message-ID: 200701241644.14520.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dave Cramer wrote:
> A quick perusal of the docs suggests that this is really just a
> stream wrapper, much like binary data.
>
> Am I missing anything ?

There is also a bit of integration with the javax.xml.* stuff in the
getSource() and setResult() methods, but other than that it should be
straightforward.

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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mark Lewis 2007-01-24 15:45:33 Re: XML type in PostgreSQL 8.3
Previous Message Dave Cramer 2007-01-24 15:20:54 Re: XML type in PostgreSQL 8.3