| From: | Raymond O'Donnell <rod(at)iol(dot)ie> |
|---|---|
| To: | adrian(dot)klaver(at)gmail(dot)com |
| Cc: | David Wilson <david(dot)t(dot)wilson(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org, TJ O'Donnell <tjo(at)acm(dot)org> |
| Subject: | Re: [pgsql-sql] Daily digest v1.3328 (5 messages) |
| Date: | 2010-09-23 08:18:49 |
| Message-ID: | 4C9B0D69.50403@iol.ie |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 23/09/2010 02:00, Adrian Klaver wrote:
> On Wednesday 22 September 2010 5:40:55 pm David Wilson wrote:
>> On Wed, Sep 22, 2010 at 8:30 PM, Adrian Klaver<adrian(dot)klaver(at)gmail(dot)com>wrote:
>>> From here;
>>>
>>> http://www.postgresql.org/docs/8.4/interactive/datatype-boolean.html
>>
>> I believe the question relates to changing the string *output* of the
>> database to something other than 't' and 'f', not an issue with input
>> formats.
>
> Oops missed that. This would seem to an adapter problem. I work with Python and
> psycopg2 adapts the boolean values to True and False. Not sure about the PHP
> solution.
AFAIK the native functions (pg_query() etc) output 't' and 'f', but PDO
(which I've been using in the context of Zend Framework) output "real"
true and false values.
Ray.
--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Atul.Goel | 2010-09-23 08:56:17 | Re: Kill -9 for a session process caused all the sessions to be killed |
| Previous Message | Guillaume Lelarge | 2010-09-23 07:15:01 | Re: What was new in 8.4 & 8.3? |