Обсуждение: Re: [DOCS] getRefCursor() is deprecated

Поиск
Список
Период
Сортировка

Re: [DOCS] getRefCursor() is deprecated

От
Michael Paquier
Дата:
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


Re: [DOCS] getRefCursor() is deprecated

От
Dave Cramer
Дата:
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.


 

--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc

Re: [DOCS] getRefCursor() is deprecated

От
Dave Cramer
Дата:
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.


 

--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc