Re: more bad markup -- jdbc.sgml

From: Barry Lind <blind(at)xythos(dot)com>
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:33:36
Message-ID: 3F327150.1020506@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches

Fixed.

--Barry

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
>
>
> ------------------------------------------------------------------------
>
> 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
> **** ! By default the driver collects all the results for the --- 365,371 ---- !
> By default the driver collects all the results for the *************** ***
> 407,413 **** st.close(); ! --- 407,414 ---- st.close(); ! ! *************** ***
> 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
>
>
> ------------------------------------------------------------------------
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Lufkin, Brad 2003-08-07 16:18:00 executeQuery
Previous Message Barry Lind 2003-08-07 15:33:18 Re: Appending to a large object

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2003-08-07 17:30:16 fix compile warning in pg_id
Previous Message Bruce Momjian 2003-08-07 15:08:58 Re: more bad markup -- jdbc.sgml