From e58261ca54d4e5d3e64e1ad1a6ffc9fa2a54703b Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii <ishii@postgresql.org> Date: Tue, 27 Nov 2001 13:02:33 +0000 Subject: [PATCH] Fix imcomplete SGML tag. Please check compile errors before you commit! --- doc/src/sgml/jdbc.sgml | 4 ++-- 1 file 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: -- GitLab