Re: more bad markup -- jdbc.sgml

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: more bad markup -- jdbc.sgml
Date: 2003-08-07 15:08:58
Message-ID: 200308071508.h77F8wF01418@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Joe Conway wrote:
> Second case of bad markup today. Someone from the jdbc camp might want
> to look at this, but I took a shot at fixing it so I could keep working
> on my own doc updates.
>
> Joe
>
> p.s. Just a friendly reminder ;-)
>
> cd doc/src/sgml
> make check

[ text/html is unsupported, treating like TEXT/PLAIN ]

> 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 ****
> </para>
> </example>
>
> ! <sect2 id="query-with-cursor">
> <title>Getting results based on a cursor</title>
>
> <para>By default the driver collects all the results for the
> --- 365,371 ----
> </para>
> </example>
>
> ! <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,413 ****
> st.close();
> </programlisting>
> </para>
> !
>
> <sect2>
> <title>Using the <classname>Statement</classname> or <classname>PreparedStatement</classname> Interface</title>
> --- 407,414 ----
> st.close();
> </programlisting>
> </para>
> ! </example>
> ! </sect2>
>
> <sect2>
> <title>Using the <classname>Statement</classname> or <classname>PreparedStatement</classname> Interface</title>
> ***************
> *** 607,613 ****
>
> <para>When calling a function that returns
> a <type>refcursor</type> you must cast the return type
> ! of <methodname>getObject</methodname> to
> a <classname>ResultSet</classname></para>
>
> <programlisting>
> --- 608,614 ----
>
> <para>When calling a function that returns
> a <type>refcursor</type> you must cast the return type
> ! of <function>getObject</function> to
> a <classname>ResultSet</classname></para>
>
> <programlisting>

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2003-08-07 15:11:37 Re: Dropping database in alternative space
Previous Message Warren Little 2003-08-07 14:35:24 Dropping database in alternative space

Browse pgsql-patches by date

  From Date Subject
Next Message Barry Lind 2003-08-07 15:33:36 Re: more bad markup -- jdbc.sgml
Previous Message Bruce Momjian 2003-08-07 15:07:46 Re: psql \d should use pg_get_viewdef (oid, true)