Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15539 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37091 invoked by uid 1010); 22 Mar 2005 14:36:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37055 invoked from network); 22 Mar 2005 14:36:58 -0000 Received: from unknown (HELO familyhealth.com.au) (127.0.0.1) by localhost with SMTP; 22 Mar 2005 14:36:58 -0000 X-Host-Fingerprint: 203.10.1.132 vscan02.westnet.com.au Linux 2.4/2.6 Received: from ([203.10.1.132:45385] helo=vscan02.westnet.com.au) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 0B/CF-36163-88D20424 for ; Tue, 22 Mar 2005 09:36:56 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with ESMTP id 20CCC11D238; Tue, 22 Mar 2005 22:36:20 +0800 (WST) Received: from vscan02.westnet.com.au ([127.0.0.1]) by localhost (vscan02.westnet.com.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13873-16; Tue, 22 Mar 2005 22:36:20 +0800 (WST) Received: from [202.72.133.22] (dsl-202-72-133-22.wa.westnet.com.au [202.72.133.22]) by vscan02.westnet.com.au (Postfix) with ESMTP id C60DB11CA8F; Tue, 22 Mar 2005 22:36:19 +0800 (WST) Message-ID: <42402D82.8000305@familyhealth.com.au> Date: Tue, 22 Mar 2005 22:36:50 +0800 User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Edin Kadribasic Cc: php-dev References: <423F84AD.9070809@familyhealth.com.au> <027201c52ed8$8b369170$1200000a@intra.emini.dk> In-Reply-To: <027201c52ed8$8b369170$1200000a@intra.emini.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] pdo_pgsql From: chriskl@familyhealth.com.au (Christopher Kings-Lynne) > Most of the PDO interface is supported in pgsql driver. However we do not > use native pgsql prepare/execute but PDO's built in emulation for it. If you > could look into how could native api be used in pdo_pgsql that would be > great. > Ooer. How on earth do you simulate the parameter markers? Are they required to be '?'? Do you deal with dollar quoting, etc.? Chris