[PHP-DB] Anybody using PostgreSQL?

2004-04-14 Thread Tumurbaatar S.
In PHP5 manual, it says that
when using large objects functions
of PostgreSQL, a program should
manually begin/end transaction.
But what about other query/exec functions?
Do I need to control transactions or every function
call implicitly wrapped with transaction block?
What if a command consists of several SQL
statements or a command calls a user-defined
function which also executes several statements
within its body?

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



[PHP-DB] PostgreSQL lib and character case

2004-04-28 Thread Tumurbaatar S.
I use pg_fetch_array() to get a record content. But it seems that
to access elements of  the returned associative array, I should
use lowercase field names. Is there any way to use case-insensitive
field names?

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