Re: XML type in PostgreSQL 8.3 - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: XML type in PostgreSQL 8.3
Date
Msg-id 6885E95C-12FC-4607-B738-B703A7344579@fastcrypt.com
Whole thread Raw
In response to XML type in PostgreSQL 8.3  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: XML type in PostgreSQL 8.3
Re: XML type in PostgreSQL 8.3
List pgsql-jdbc
Peter.

A quick perusal of the docs suggests that this is really just a
stream wrapper, much like binary data.

Am I missing anything ?
On 24-Jan-07, at 9:37 AM, Peter Eisentraut wrote:

> PostgreSQL 8.3 will come with a native xml type and support functions.
> It would be nice if the JDBC driver could also make the appropriate
> additions for handling this type.  Java 6 adds the java.sql.SQLXML
> interface to encapsulate values of that type, along with
> ResultSet.getSQLXML and so on.  Documentation is here:
>
> http://java.sun.com/javase/6/docs/api/java/sql/SQLXML.html
>
> The xml type in PostgreSQL CVS head should be fully functional to the
> extent that one would need for developing this support.  Initial
> documentation is here:
>
> http://developer.postgresql.org/pgdocs/postgres/datatype-xml.html
>
> Maybe someone wants to tackle this, or at least make a note of it for
> the future.  Let me know how I can help.
>
> --
> Peter Eisentraut
> http://developer.postgresql.org/~petere/
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>                http://archives.postgresql.org
>


pgsql-jdbc by date:

Previous
From: Peter Eisentraut
Date:
Subject: XML type in PostgreSQL 8.3
Next
From: Peter Eisentraut
Date:
Subject: Re: XML type in PostgreSQL 8.3