diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2001-11-27 13:02:33 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2001-11-27 13:02:33 +0000 |
commit | e58261ca54d4e5d3e64e1ad1a6ffc9fa2a54703b (patch) | |
tree | 94998922fd9b8b59023c4a6e8d14a1deb586309c /doc/src | |
parent | 4f3ecf94f5f8d2496b8ea189ff5dbade3ff87dd9 (diff) | |
download | postgresql-e58261ca54d4e5d3e64e1ad1a6ffc9fa2a54703b.tar.gz postgresql-e58261ca54d4e5d3e64e1ad1a6ffc9fa2a54703b.zip |
Fix imcomplete SGML tag.
Please check compile errors before you commit!
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/jdbc.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/jdbc.sgml b/doc/src/sgml/jdbc.sgml index 2aaf36cb0d7..fcbc95b4df6 100644 --- a/doc/src/sgml/jdbc.sgml +++ b/doc/src/sgml/jdbc.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.32 2001/11/27 01:20:17 barry Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.33 2001/11/27 13:02:33 ishii Exp $ --> <chapter id="jdbc"> @@ -764,7 +764,7 @@ ps.executeUpdate(); ps.close(); fis.close(); </programlisting> - +</para> <para> Retrieving the image from the Large Object: |