pgsql-server: When retrieving an array of numerics it attempted to set - Mailing list pgsql-committers

From jurka@svr1.postgresql.org (Kris Jurka)
Subject pgsql-server: When retrieving an array of numerics it attempted to set
Date
Msg-id 20040715100021.4FAF2D1B1A1@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
When retrieving an array of numerics it attempted to set the scale on
the retrieved data to zero, which doesn't work for non-integer values.

Oliver Dauben

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc2:
        Array.java (r1.23.2.1 -> r1.23.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc2/Array.java.diff?r1=1.23.2.1&r2=1.23.2.2)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: Add permission display to \db+.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: For a SQL function declared to return a named composite