dobbs 01/11/28 17:39:30 Modified: xdocs postgres-howto.xml Log: add note about broken jdbc driver in PostgreSQL 7.1.3 distribution and where to find a fixed driver Revision Changes Path 1.4 +9 -0 jakarta-turbine-torque/xdocs/postgres-howto.xml Index: postgres-howto.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-torque/xdocs/postgres-howto.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- postgres-howto.xml 2001/11/15 17:57:16 1.3 +++ postgres-howto.xml 2001/11/29 01:39:30 1.4 @@ -51,6 +51,15 @@ to reference large objects, you don't need to worry about it. </p> +<p> +Another problem is solved in the more recent JDBC drivers. The test case +JDBCToXMLSchema fails with the driver packaged with at least PostgreSQL +7.1.3 and maybe others. This problem is fixed in the 7.2dev1.2 version +(build date 2001-11-25). +That and other PostgreSQL JDBC resources can be found here: +<a href="http://jdbc.postgresql.org/download.html">http://jdbc.postgresql.org/download.html</a> +</p> + </section> <section name="Patch">
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
