Received: from magus.postgresql.org (magus.postgresql.org [87.238.57.229]) by mail.postgresql.org (Postfix) with ESMTP id C1E5B9ED57F for ; Wed, 7 Dec 2011 05:00:24 -0400 (AST) Received: from mail-ee0-f46.google.com ([74.125.83.46]) by magus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1RYDMU-0007Gz-Ru for pgsql-hackers@postgresql.org; Wed, 07 Dec 2011 09:00:24 +0000 Received: by eekd41 with SMTP id d41so235787eek.19 for ; Wed, 07 Dec 2011 01:00:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=nKDYHSEzURmgo5iaeDgadSGsOWhL3RtvKQKUvy3pg+M=; b=E2SNX9+e0o9RPu/K9gUeBFOITYD2eBimf3yJWAQ6SyExIBGnVcO2JWXsneClDbXplk uXiu3+HlMEW8jOUxTtEKVpsjp3Rv5ucLUecvdV17HoFFqaYtEoWPoJMEEROhN3/kLfCF MyKl4IdxYqSI4sEZ4PzQ4FlGj833pu7SRfUDg= Received: by 10.14.12.20 with SMTP id 20mr3317173eey.236.1323248410243; Wed, 07 Dec 2011 01:00:10 -0800 (PST) Received: from [192.168.73.63] (5357DA75.cm-6-8d.dynamic.ziggo.nl. [83.87.218.117]) by mx.google.com with ESMTPS id v3sm3391263eej.7.2011.12.07.01.00.07 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 07 Dec 2011 01:00:08 -0800 (PST) Message-ID: <4EDF2B29.4060809@gmail.com> Date: Wed, 07 Dec 2011 10:00:25 +0100 From: Yeb Havinga User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: Kevin Grittner CC: pgsql-hackers@postgresql.org Subject: Re: [REVIEW] Patch for cursor calling with named parameters References: <4EDA37F7020000250004380D@gw.wicourts.gov> <4EDC97B7.6030508@gmail.com> <4EDC9042020000250004382F@gw.wicourts.gov> <4EDDF56D0200002500043914@gw.wicourts.gov> In-Reply-To: <4EDDF56D0200002500043914@gw.wicourts.gov> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Pg-Spam-Score: -2.7 (--) X-Archive-Number: 201112/303 X-Sequence-Number: 199555 On 2011-12-06 17:58, Kevin Grittner wrote: > Kevin Grittner wrote: >> If there are no objections, I suggest that Yeb implement the mixed >> notation for cursor parameters. > > Hearing no objections -- Yeb, are you OK with doing this, and do you > feel this is doable for this CF? It is not a large change, I'll be able to do it tomorrow if nothing unexpected happens, or monday otherwise. regards, Yeb