| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Hiroyuki Yatabe <yatabe(at)sra(dot)co(dot)jp> |
| Cc: | pgsql-hackers(at)postgresql(dot)org, pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Re: [JDBC] A proposal for jdbc.sgml(in 7.1.3 doc) |
| Date: | 2001-09-12 15:39:50 |
| Message-ID: | 200109121539.f8CFdol12234@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers 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(at)sra(dot)co(dot)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(at)postgresql(dot)org)
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Darren King | 2001-09-12 15:42:44 | Re: Index location patch for review |
| Previous Message | Giuseppe Tanzilli - CSF | 2001-09-12 15:25:16 | pg_dump patch: Allow -X'exclude table from dump by pattern' |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2001-09-12 15:48:45 | Re: Proposals for jdbc.sgml(in 7.1.3 doc) |
| Previous Message | Culley Harrelson | 2001-09-12 13:14:46 | Re: Fwd: Re: unicode in 7.1 |