Jump to content

[SOLVED] PostgresSQL on OS X Leopard


atl_andy

Recommended Posts

I installed postgres on leopard today and got a db set up (install went well - as far as I could tell).  However, when I go to my app and run, I get:

 

Fatal error: Call to undefined function pg_connect() in /Library/WebServer/Documents/notebook.php on line 35

 

Line 35 is:

 

$db_handleModel = pg_connect('dbname=db user=secret password=secret);

 

Any thoughts on what I have done wrong?

Link to comment
https://forums.phpfreaks.com/topic/86799-solved-postgressql-on-os-x-leopard/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.