Index: doc/src/sgml/jdbc.sgml =================================================================== RCS file: /opt/src/cvs/pgsql-server/doc/src/sgml/jdbc.sgml,v retrieving revision 1.46 diff -c -r1.46 jdbc.sgml *** doc/src/sgml/jdbc.sgml 6 Aug 2003 23:50:19 -0000 1.46 --- doc/src/sgml/jdbc.sgml 7 Aug 2003 03:57:02 -0000 *************** *** 365,371 **** ! Getting results based on a cursor By default the driver collects all the results for the --- 365,371 ---- ! Getting results based on a cursor By default the driver collects all the results for the *************** *** 407,413 **** st.close(); ! Using the <classname>Statement</classname> or <classname>PreparedStatement</classname> Interface --- 407,414 ---- st.close(); ! ! Using the <classname>Statement</classname> or <classname>PreparedStatement</classname> Interface *************** *** 607,613 **** When calling a function that returns a refcursor you must cast the return type ! of getObject to a ResultSet --- 608,614 ---- When calling a function that returns a refcursor you must cast the return type ! of getObject to a ResultSet