Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 19266 invoked from network); 8 Apr 2006 07:10:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Apr 2006 07:10:00 -0000 Received: (qmail 85291 invoked by uid 500); 8 Apr 2006 07:09:59 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 85213 invoked by uid 500); 8 Apr 2006 07:09:58 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 85201 invoked by uid 99); 8 Apr 2006 07:09:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Apr 2006 00:09:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [80.229.52.226] (HELO asgard.webthing.com) (80.229.52.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Apr 2006 00:09:57 -0700 Received: from asgard (asgard [192.168.10.2]) by asgard.webthing.com (Postfix) with ESMTP id 6AEB964561 for ; Sat, 8 Apr 2006 08:09:36 +0100 (BST) From: Nick Kew Organization: WebThing Ltd To: dev@apr.apache.org Subject: Re: DBD: Prepared statements with PGSQL Date: Sat, 8 Apr 2006 08:09:31 +0100 User-Agent: KMail/1.8.3 References: <20060406124316.3bwyt9ekg0s48488@www.rexursive.com> <200604072349.54047.nick@webthing.com> <1144462041.5282.7.camel@coyote.rexursive.com> In-Reply-To: <1144462041.5282.7.camel@coyote.rexursive.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604080809.34499.nick@webthing.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Saturday 08 April 2006 03:07, Bojan Smojver wrote: [ Please don't Cc: me when you post to the list. One copy of your messages is enough ] > On Fri, 2006-04-07 at 23:49 +0100, Nick Kew wrote: > > It's also possible that it did exist > > but that the code was written with insufficient reference to TFM. > > Do you know when PQprepare first appeared? > > If PostgreSQL manuals are accurate (and there is no reason why they > shouldn't be), the first occurrence was in 8.0. OK, I can relax:-) apr_dbd_pgsql was written for 7.x, and was successor to software I originally ran with 6.x. > So, anyone using 7.4 or > below would be out of luck. Don't go there. It's a totally unnecessary regression. > Or we'd have to detect the presence of the > function at configure time, as Garrett suggested, and then have two > different chunks of code. If you want to take that on, feel free. Does it gain us anything? -- Nick Kew