Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bBes1-0005Ig-Uh for pgsql-jdbc@arkaria.postgresql.org; Sat, 11 Jun 2016 09:06:22 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bBes1-0003i5-8q for pgsql-jdbc@arkaria.postgresql.org; Sat, 11 Jun 2016 09:06:21 +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 1bBerz-0003hs-FQ for pgsql-jdbc@postgresql.org; Sat, 11 Jun 2016 09:06:19 +0000 Received: from mail-vk0-x22a.google.com ([2607:f8b0:400c:c05::22a]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bBerv-0003RB-OL for pgsql-jdbc@postgresql.org; Sat, 11 Jun 2016 09:06:17 +0000 Received: by mail-vk0-x22a.google.com with SMTP id u64so14951505vkf.3 for ; Sat, 11 Jun 2016 02:06:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=jAcZEDQ62rLC0x88zBSfFif/F9LsXBfXpNACkbbYBDQ=; b=tmRBww0KUZC70zQ4yga3NP/08qYmqrl6itsxPWvvPVZbAKzAVo02NzlKvon5Mn74It ziJ4q3RLI5L+PW/ERtNhvhrrivaTQHcJQGqQ9I65o9WJAq+4s8olyv+wqSgXXnmY065R kRqOlstSQvxHENeOs5TWaPoMD0w33n83UYm+bznslA6SfCdJHksRQaYhNg2Jn+wYA1F5 qx+xG2+iEQfcTJrxF/VW9jlTY1k+K8zStPDs4cnYFxD/6YNqatnI110sC9K+nd6FsEbi EOrXOskv361CP98fi/resZHw8o0PggZ03oDXLjBYSq5r82Jh5UuAzdnsO+tTUf9/oZ0e I+xQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=jAcZEDQ62rLC0x88zBSfFif/F9LsXBfXpNACkbbYBDQ=; b=LzWc5dmRt5kPDlmJOdWjxE79VDsVlWnnKswrGuGOxd0aJoJ5iASSOdq5kSUxMWxdxa PT73ehXFWCWjRjjLHtTNj2YgnKzDOEV0CsJvc4JB1UstN0HVTIzEWa60bfxj21UyIz4w M3bs6nNcAv8OS8EBCThOMepva+lOdzQWiSyx5tChsu2hTst5OMjoSP0+SMPorX8cNv4Q re/qTc+NCKs0Ly4hiAm8H4HVXaBeDAmbfzrPjHs2QlqKFuwrGYZuDSwABJsqqnFtZONT 5ss/xZt1fXA5tqdq7pgRD3j9m3E9E/27AN55Q+QIE02lyRhAqIlKLv8J3N+rxiKeyTSC kdRg== X-Gm-Message-State: ALyK8tJUNstmZc2lBpod35hqMfjyjIcHaGpWvvSQVH7/O6pQfDVzYTR6vATspIY5JqyfsvtElJOKNWvHoM40SQ== X-Received: by 10.159.35.34 with SMTP id 31mr2704959uae.39.1465635974748; Sat, 11 Jun 2016 02:06:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.137.197 with HTTP; Sat, 11 Jun 2016 02:06:14 -0700 (PDT) In-Reply-To: <20160610092603.5792.78856@wrigleys.postgresql.org> References: <20160610092603.5792.78856@wrigleys.postgresql.org> From: Michael Paquier Date: Sat, 11 Jun 2016 18:06:14 +0900 Message-ID: Subject: Re: [DOCS] getRefCursor() is deprecated To: PostgreSQL mailing lists Cc: javier.diaz.soto@gmail.com Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.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 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 -- Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-jdbc