Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id 7EB72B626BB for ; Sat, 4 Jun 2011 17:40:59 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.243]) (amavisd-maia, port 10024) with ESMTP id 52390-10 for ; Sat, 4 Jun 2011 20:40:48 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mail.postgresql.org (Postfix) with SMTP id CD7B4B63263 for ; Sat, 4 Jun 2011 17:40:47 -0300 (ADT) Received: (qmail invoked by alias); 04 Jun 2011 20:40:46 -0000 Received: from a88-115-218-165.elisa-laajakaista.fi (EHLO [10.0.0.101]) [88.115.218.165] by mail.gmx.net (mp067) with SMTP; 04 Jun 2011 22:40:46 +0200 X-Authenticated: #495269 X-Provags-ID: V01U2FsdGVkX1/RP+gZBR/RY2SPcs/gYsZnPIWvBcmvOUUG188fkS cxA40FyHs4OoNm Subject: Re: Confusing sentence regarding Python example From: Peter Eisentraut To: Thom Brown Cc: pgsql-docs In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Sat, 04 Jun 2011 23:40:41 +0300 Message-ID: <1307220041.3856.2.camel@vanquo.pezone.net> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.909 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201106/17 X-Sequence-Number: 6791 On lör, 2011-06-04 at 14:36 +0100, Thom Brown wrote: > The docs reference an example "above" which doesn't exist: > http://www.postgresql.org/docs/current/static/plpython-data.html#AEN52431 > > It says that it would return the wrong answer for null inputs, but > then gives an example where it handles that. Is something missing > here? Fixed. It was a leftover from an earlier version that was organized differently.