summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Lind2003-08-07 05:06:40 +0000
committerBarry Lind2003-08-07 05:06:40 +0000
commit9c6d5495b9b9da309fb6c252f50c884399beba65 (patch)
tree0e499ed3c41b1f670d7be356a66a81235c598784
parent042221db83b9aa403ff9cf2e82ba1938e1475adb (diff)
markup fixes
-rw-r--r--doc/src/sgml/jdbc.sgml9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/jdbc.sgml b/doc/src/sgml/jdbc.sgml
index 6e701345746..a577398bbb4 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.46 2003/08/06 23:50:19 barry Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.47 2003/08/07 05:06:40 barry Exp $
-->
<chapter id="jdbc">
@@ -365,7 +365,7 @@ st.close();
</para>
</example>
- <sect2 id="query-with-cursor">
+ <sect2 id="jdbc-query-with-cursor">
<title>Getting results based on a cursor</title>
<para>By default the driver collects all the results for the
@@ -407,7 +407,8 @@ rs.close();
st.close();
</programlisting>
</para>
-
+ </example>
+ </sect2>
<sect2>
<title>Using the <classname>Statement</classname> or <classname>PreparedStatement</classname> Interface</title>
@@ -607,7 +608,7 @@ upperProc.close();
<para>When calling a function that returns
a <type>refcursor</type> you must cast the return type
- of <methodname>getObject</methodname> to
+ of getObject to
a <classname>ResultSet</classname></para>
<programlisting>