getRefCursor() is deprecated

Started by Nonamealmost 10 years ago4 messagesdocs
Jump to latest
#1Noname
javier.diaz.soto@gmail.com

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

#2Michael Paquier
michael@paquier.xyz
In reply to: Noname (#1)
Re: [DOCS] getRefCursor() is deprecated

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

#3Dave Cramer
pg@fastcrypt.com
In reply to: Michael Paquier (#2)
Re: [DOCS] getRefCursor() is deprecated

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

#4Bruce Momjian
bruce@momjian.us
In reply to: Noname (#1)
Re: getRefCursor() is deprecated

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