getRefCursor() is deprecated
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/7.4/static/jdbc-callproc.html
Description:
https://jdbc.postgresql.org/documentation/publicapi/org/postgresql/PGRefCursorResultSet.html
java.lang.String getRefCursor()
Deprecated. As of 8.0, replaced with calling getString() on the ResultSet
that this ResultSet was obtained from.
--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
On Fri, Jun 10, 2016 at 6:26 PM, <javier.diaz.soto@gmail.com> wrote:
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/7.4/static/jdbc-callproc.html
Description:https://jdbc.postgresql.org/documentation/publicapi/org/postgresql/PGRefCursorResultSet.html
java.lang.String getRefCursor()
Deprecated. As of 8.0, replaced with calling getString() on the ResultSet
that this ResultSet was obtained from.
Thanks. This is JDBC related, so I am redirecting it to pgsql-jdbc.
--
Michael
--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc
On 11 June 2016 at 05:06, Michael Paquier <michael.paquier@gmail.com> wrote:
On Fri, Jun 10, 2016 at 6:26 PM, <javier.diaz.soto@gmail.com> wrote:
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/7.4/static/jdbc-callproc.html
Description:https://jdbc.postgresql.org/documentation/publicapi/org/postgresql/PGRefCursorResultSet.html
java.lang.String getRefCursor()
Deprecated. As of 8.0, replaced with calling getString() on the ResultSet
that this ResultSet was obtained from.Thanks. This is JDBC related, so I am redirecting it to pgsql-jdbc.
--
Michael
Not exactly sure what one would do about this. For 7.4 and 7.4 drivers the
docs are correct.
Dave Cramer
davec@postgresintl.com
www.postgresintl.com
Show quoted text
--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc
On Fri, Jun 10, 2016 at 09:26:03AM +0000, javier.diaz.soto@gmail.com wrote:
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/7.4/static/jdbc-callproc.html
Description:https://jdbc.postgresql.org/documentation/publicapi/org/postgresql/PGRefCursorResultSet.html
java.lang.String getRefCursor()
Deprecated. As of 8.0, replaced with calling getString() on the ResultSet
that this ResultSet was obtained from.
You need to contact the JDBC maintainers about this.
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs