Proposals 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: Proposals for jdbc.sgml(in 7.1.3 doc)
Date: 2001-09-11 03:52:56
Message-ID: ww8zo82bcyv.wl@srapc1099.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc pgsql-patches

Hello,

Followings are proposed fixes to jdbc.sgml(line numbers are for 7.1.3
doc). Comments?

jdbc.sgml

[invalid column's name in a SELECT statement]

lines 579

x PreparedStatement ps = con.prepareStatement("SELECT oid FROM images WHERE name=?");

o PreparedStatement ps = con.prepareStatement("SELECT imgoid FROM images WHERE imgname=?");

[the modifier in the document is different from the one in the source]

lines 1280
org.postgresql.geometric.PGcircle

x public double radius

o double radius // in the source, here

[invalid return type]

lines 1996
org.postgresql.largeobject.LargeObject#read()

x public void read(byte buf[],

o public int read(byte buf[],

[the discription of arguments type is incorrectly]

lines 2419
a constructor of org.postgresql.util.Serialize

x public Serialize(Connection c,
String type) throws SQLException

o public Serialize(org.postgresql.Connection c,
String type) throws SQLException

lines 2462, 2504
org.postgresql.util.Seriarize#create()

x public static void create(Connection con,
Object o) throws SQLException

o public static void create(org.postgresql.Connection con,
Object o) throws SQLException

lines 2518
org.postgresql.util.Seriarize#create()

x public static void create(Connection con,
Class o) throws SQLException

o public static void create(org.postgresql.Connection con,
Class o) throws SQLException

[Cannot access to the page]

lines 2910

x See John Dumas's Java Crypt page for the original source.

http://www.zeh.com/local/jfd/crypt.html

(Sorry, I can't find a replacement page.)

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 Tatsuo Ishii 2001-09-11 04:29:58 syslog by default?
Previous Message Tatsuo Ishii 2001-09-11 03:49:55 Re: Beta timing

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tatsuo Ishii 2001-09-11 04:43:06 Re: Fwd: Re: unicode in 7.1
Previous Message Culley Harrelson 2001-09-11 03:12:48 Fwd: Re: unicode in 7.1

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2001-09-11 05:28:58 Bytea string operator support
Previous Message Kenji Sugita 2001-09-11 00:20:33 Re: Configuring fdatasync for Solaris2