Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15536 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87532 invoked by uid 1010); 22 Mar 2005 12:13:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87510 invoked from network); 22 Mar 2005 12:13:26 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 22 Mar 2005 12:13:26 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:22362] helo=gw2.emini.dk) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 25/19-36163-6EB00424 for ; Tue, 22 Mar 2005 07:13:26 -0500 Received: from palestine (palestine.intra.emini.dk [10.0.0.18]) by gw2.emini.dk (Postfix) with SMTP id 53DD751D84; Tue, 22 Mar 2005 13:13:23 +0100 (CET) Message-ID: <027201c52ed8$8b369170$1200000a@intra.emini.dk> To: "Christopher Kings-Lynne" , "php-dev" References: <423F84AD.9070809@familyhealth.com.au> Date: Tue, 22 Mar 2005 13:13:23 +0100 Organization: Emini ApS MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1478 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Subject: Re: [PHP-DEV] pdo_pgsql From: edink@emini.dk ("Edin Kadribasic") Hi, 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. Btw. now you have the commit access to the module. Edin ----- Original Message ----- From: "Christopher Kings-Lynne" To: "php-dev" Sent: Tuesday, March 22, 2005 3:36 AM Subject: [PHP-DEV] pdo_pgsql > Hi, > > If anyone on this list is the maintainer for ext/pdo_pgsql, could they > please reply to me? > > I am wondering how much of the PDO interface pdo_pgsql supports, and > where I can add the missing support (eg. SQLSTATE). > > Chris > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > >