Hi,
I've been having trouble getting php to work with postgresql.
While I can do things like pg_connect, pg_query, pg_fetch_assoc with out any problems, a number of pg_ functions such as pg_affected_rows, pg_cmdtuples, pg_escape_string are returning Fatal error: call to undefined function.
What could be the cause?
I'm using
php 5.2.13 (built from source)
apache 2.2.15 (built from source)
postgres 8.4.2 (linux installer)
thanks!