Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15556 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62766 invoked by uid 1010); 23 Mar 2005 04:10:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62731 invoked from network); 23 Mar 2005 04:10:09 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 23 Mar 2005 04:10:09 -0000 X-Host-Fingerprint: 203.22.197.21 houston.au.fhnetwork.com FreeBSD 4.6-4.9 Received: from ([203.22.197.21:4992] helo=houston.familyhealth.com.au) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 56/33-04146-90CE0424 for ; Tue, 22 Mar 2005 23:09:46 -0500 Received: from houston.familyhealth.com.au (localhost [127.0.0.1]) by houston.familyhealth.com.au (Postfix) with ESMTP id D595B24FE5; Wed, 23 Mar 2005 12:09:42 +0800 (WST) Received: from [192.168.0.40] (work-40.internal [192.168.0.40]) by houston.familyhealth.com.au (Postfix) with ESMTP id D004C24FE2; Wed, 23 Mar 2005 12:09:42 +0800 (WST) Message-ID: <4240EC6E.6060308@familyhealth.com.au> Date: Wed, 23 Mar 2005 12:11:26 +0800 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason Sweat Cc: Dan Scott , php-dev References: <423F84AD.9070809@familyhealth.com.au> <027201c52ed8$8b369170$1200000a@intra.emini.dk> <42402D82.8000305@familyhealth.com.au> <4240BFD5.9090605@familyhealth.com.au> <5c28747205032220061ce19157@mail.gmail.com> In-Reply-To: <5c28747205032220061ce19157@mail.gmail.com> 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) >>SELECT '?', ? from "?" where ? = $_$?$_$; > > > Oracle has bound variables, but you can't use a bind variable for a > table or field in the sql statement. And I'm not using them for pgsql in the statement above. My point was that the parser should ignore '?', "?" and $_$?$_$ which are the three ways of quoting in PostgreSQL. Chris