Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bBhJ8-0004jr-T0 for pgsql-jdbc@arkaria.postgresql.org; Sat, 11 Jun 2016 11:42:31 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bBhJ8-0000pO-FK for pgsql-jdbc@arkaria.postgresql.org; Sat, 11 Jun 2016 11:42:30 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bBhJ6-0000pF-Sn for pgsql-jdbc@postgresql.org; Sat, 11 Jun 2016 11:42:29 +0000 Received: from mail-it0-x231.google.com ([2607:f8b0:4001:c0b::231]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bBhJ3-0006fq-Cu for pgsql-jdbc@postgresql.org; Sat, 11 Jun 2016 11:42:27 +0000 Received: by mail-it0-x231.google.com with SMTP id z189so15214929itg.0 for ; Sat, 11 Jun 2016 04:42:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=YkdD+PzmWrBquqnuIQRyN8YCXBKv1lDi/WHsMtEGDZQ=; b=gMnTaKov5z6t2cYl5FQfjQUs2kCK+XlGLzBd5tJGvLKJBh8yk5jhzFBAFLbkbXoWLQ bZiwBjBArB633h4ZhiYdG0f8nHlTO2uaOz5n8CkJdWOooD0z9U3JuioU9Da2pJkK73A8 aWxzb3XWKrCIdfO+miwaEcOmZQGNvVqZ6jCHrTi0hfwHrQp9NFKQxMUlgtu6j7uPR7Zh B95TyTSk43K8hcBisnXt4x+NrP9y/P8+ICxVD558coD9vOU4Ls42fQGtvvbthg20gZz8 y3Znkjso0GoO5fA7NnW99Hr0r1SmKC3/TfyldlGLrEIHO6dfmZCbvVIaYWiG3GVh3sxH Ua1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=YkdD+PzmWrBquqnuIQRyN8YCXBKv1lDi/WHsMtEGDZQ=; b=brfFbnqHO+SMHA78jK98EKb93BOEl8TaPz57fKDY7MnYOLbFHyR+rEWuB9t880/PoE oQmPd0KrQ35yNsa8fs3/wqdccJgViHjxpB+20YKy2kBnQ7IPjeL9OGdEEAD99avVbIra ZKpu1r3LTKQ0GEi6JkW2qQISSvW26NI6f53FQ7y0e4Kqla2yLpyw0TBV0ivwyMVRsDyh jAvMvP4MBpI2J6r2PpSgnwAMOsBjHM5Xc5Cq2E3K7/TF7YPu/GJivbuL3Sxpe0xB6SqY b+Orf2gMtaraw+g56J04uxzcN72ZJI528R5NC5gJ6/Qh+1ENdM1cSkMPwA2LN9v3GhtH lg4Q== X-Gm-Message-State: ALyK8tKsK2o6GphTzZhqjU4CgmbCjc8HzmAIHLUfmBp6V2qQSX+lFk3w2ZRJHsK9GhxJno89K+g9cF4zyrQk1Q== X-Received: by 10.36.31.213 with SMTP id d204mr1772167itd.74.1465645344217; Sat, 11 Jun 2016 04:42:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.122.135 with HTTP; Sat, 11 Jun 2016 04:42:04 -0700 (PDT) In-Reply-To: References: <20160610092603.5792.78856@wrigleys.postgresql.org> From: Dave Cramer Date: Sat, 11 Jun 2016 07:42:04 -0400 X-Google-Sender-Auth: xMt5-AHvFipDxF4TE5Lv2OWTrOc Message-ID: Subject: Re: [DOCS] getRefCursor() is deprecated To: Michael Paquier Cc: PostgreSQL mailing lists , javier.diaz.soto@gmail.com Content-Type: multipart/alternative; boundary=001a1146f41a1be7a20534ff2646 X-Pg-Spam-Score: -1.7 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-jdbc Precedence: bulk Sender: pgsql-jdbc-owner@postgresql.org --001a1146f41a1be7a20534ff2646 Content-Type: text/plain; charset=UTF-8 On 11 June 2016 at 05:06, Michael Paquier wrote: > On Fri, Jun 10, 2016 at 6:26 PM, 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 > > -- > Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-jdbc > --001a1146f41a1be7a20534ff2646 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 1= 1 June 2016 at 05:06, Michael Paquier <michael.paquier@gmail.com> wrote:
On Fri, Jun 10, 2016 at 6:26 PM,= =C2=A0 <javier.diaz.soto@g= mail.com> wrote:
> The following documentation comment has been logged on the website: >
> Page: https://www.postgresql.org/d= ocs/7.4/static/jdbc-callproc.html
> Description:
>
> htt= ps://jdbc.postgresql.org/documentation/publicapi/org/postgresql/PGRefCursor= ResultSet.html
>
> java.lang.String getRefCursor()
>
> Deprecated. As of 8.0, replaced with calling getString() on the Result= Set
> that this ResultSet was obtained from.

Thanks. This is JDBC related, so I am redirecting it to pgsql-jdbc.
--
Michael



Not exact= ly sure what one would do about this. For 7.4 and 7.4 drivers the docs are = correct.


=C2=A0=

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

--001a1146f41a1be7a20534ff2646--