seade 2003/01/27 17:46:22 Modified: xdocs postgres-howto.xml Log: Fixed the PostgreSQL cvs repository information (as highlighted by Bill Schneider). PR: TRQD12 Revision Changes Path 1.6 +2 -2 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.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- postgres-howto.xml 8 Jan 2003 16:42:51 -0000 1.5 +++ postgres-howto.xml 28 Jan 2003 01:46:22 -0000 1.6 @@ -42,8 +42,8 @@ There is also a bug in the released versions of the PostgreSQL which causes problems when reading and writing Timestamps. This is fixed in CVS. So to run Turbine with PostgreSQL you need to get the latest JDBC driver code from -the PostgreSQL CVS server: :pserver:[EMAIL PROTECTED]:/home/projects/pgsql/cvsroot -the password is postgresql. Before compiling the driver though, you must apply +the PostgreSQL CVS server: :pserver:[EMAIL PROTECTED]:/projects/cvsroot +(leave the password blank). Before compiling the driver though, you must apply a patch so the metadata says that OID columns are java.sql.Types.VARBINARY, not java.sql.Types.INTEGER. <strong>Important: If you need the metadata to report that OID columns are integers for another application, this patch will break
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
