Matthew Newby wrote:
> I am having trouble with the pg_fetch_result function when trying to access
> a boolean field in a PostgreSQL database.  Here's the code snippet:

It's a spec.

PostgresSQL's boolean is returned as 't' or 'f' and both are string.
Test as string.

--
Yasuo Ohgaki


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to