A proposal for jdbc.sgml(in 7.1.3 doc)

From: Hiroyuki Yatabe <yatabe(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org, pgsql-jdbc(at)postgresql(dot)org
Subject: A proposal for jdbc.sgml(in 7.1.3 doc)
Date: 2001-09-11 05:10:57
Message-ID: ww8u1yab9cu.wl@srapc1099.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

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(at)sra(dot)co(dot)jp)
Software Research Associates, Inc.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2001-09-11 06:26:23 Re: Escaping strings for inclusion into SQL queries
Previous Message Bruce Momjian 2001-09-11 05:08:27 Re: enable-unicode-conversion option?

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-09-11 05:12:29 Re: [HACKERS] Troubles using German Umlauts with JDBC
Previous Message Tatsuo Ishii 2001-09-11 04:43:06 Re: Fwd: Re: unicode in 7.1