|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.15 2000/10/27 22:28:23 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.16 2000/12/21 22:55:27 petere Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="jdbc"> |
@@ -438,7 +438,7 @@ db.close(); |
438 | 438 | For <productname>Postgres</productname>, you must access large |
439 | 439 | objects within an SQL transaction. Although this has always been |
440 | 440 | true in principle, it was not strictly enforced until the |
441 | | - release ofv6.5. You would open a transaction by using the |
| 441 | + release ofversion 6.5. You would open a transaction by using the |
442 | 442 | <function>setAutoCommit()</function> method with an input |
443 | 443 | parameter of <literal>false</literal>: |
444 | 444 |
|
@@ -2642,7 +2642,7 @@ Both are available on |
2642 | 2642 | <para> |
2643 | 2643 | <ulink url="http://www.retep.org.uk">My own web site</ulink> |
2644 | 2644 | contains updated information not included in this |
2645 | | -document, and also includes precompiled drivers forv6.4, and earlier. |
| 2645 | +document, and also includes precompiled drivers forversions 6.4 and earlier. |
2646 | 2646 | </para> |
2647 | 2647 | </sect1> |
2648 | 2648 | </chapter> |
|