Hi all,
There is a little correction to do on the Posgresql-howto html page.
This concerne the patch to apply on the class Field.java, du to the
change of it on the cvs repository..

I'm just  trying this new patch for this file , and all is going good..


Here following the correction to apply on the document, made with "diff
-u" ( Daniel Rall, i don't forget this time ;)


jerome Verleyen
 
-- 
 Je viens avec ma femme une fois.
 S.v.p., soyez gentils avec elle. Ne lui dites pas que je poste dans
 fcsm. Elle crois que je traduis du logiciel...
 -+ JPK in Guide du Macounet Pervers : Bien tromper son monde une fois
+-
--- postgres-howto.xml  Thu Aug 16 00:10:11 2001
+++ /tmp/postgres-howto.xml-NEW Fri Aug 24 09:12:41 2001
@@ -65,24 +65,18 @@
 /home/projects/pgsql/cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Field.java,v
 retrieving revision 1.1
 diff -r1.1 Field.java
-118c118
+147c147
 <     "int4","oid",
 ---
 >     "int4",
-129c129,130
-<     "abstime","timestamp"
----
->     "abstime","timestamp",
->     "oid"
-141c142
+158a159
+>     "oid",
+172c173
 <     Types.INTEGER,Types.INTEGER,
 ---
 >     Types.INTEGER,
-152c153,154
-<     Types.TIMESTAMP,Types.TIMESTAMP
----
->     Types.TIMESTAMP,Types.TIMESTAMP,
->     Types.VARBINARY
+183a185
+>     Types.VARBINARY,
 ]]></source>
 
 <p>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to