HI.
>"Call to undefined function pg_prepare()".
What version is your PostgreSQL(libpq)?
And do your error occur on PHP program?
pg_prepare() is supported only against PostgreSQL 7.4 or higher connections.
http://php.net/manual/en/function.pg-prepare.php
Thank you.
(2010/04/24 6:57), Giancarlo
Hi all.
I'm receiving the following message when I try to use pg_prepare() function:
"Call to undefined function pg_prepare()".
My application works very well with others pg_* commands...
I already checked my configuration files and I have no more ideas about how to
fix it.
Any suggestions?