Re: A proposal for jdbc.sgml(in 7.1.3 doc) - Mailing list pgsql-jdbc

From Bruce Momjian
Subject Re: A proposal for jdbc.sgml(in 7.1.3 doc)
Date
Msg-id 200109121539.f8CFdol12234@candle.pha.pa.us
Whole thread Raw
In response to A proposal for jdbc.sgml(in 7.1.3 doc)  (Hiroyuki Yatabe <yatabe@sra.co.jp>)
List pgsql-jdbc
Change applied.  Thanks.


> Hello,
>
> Following is an proposed fix to jdbc.sgml(line numbers are
> for 7.1.3 doc). Comments?
>
> [using an undefined method of ResultSet]
>
> lines 564
>
> x  InputStream is = rs.getBinaryInputStream(1);
>
> o  InputStream is = rs.getBinaryStream(1);
>
>
> Thanks.
> ----
> Hiroyuki Yatabe(yatabe@sra.co.jp)
> Software Research Associates, Inc.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Patch for doc/jdbc.sgml
Next
From: Bruce Momjian
Date:
Subject: Re: Proposals for jdbc.sgml(in 7.1.3 doc)