Re: [PHP-INSTALL] pear db : can't connect to postgresql

2004-04-27 Thread Gabriel de Rezende e Lamounier
Em Seg 26 Abr 2004 16:03, Gabriel de Rezende e Lamounier escreveu: > i have pear set up on my include_path. > postgresql is running and i'm able to connect and query it using > pg_connect() and pg_query(). > i can't conect to pgsql using pear db. here's the script: > > > >require_once("DB.ph

[PHP-INSTALL] pear db : can't connect to postgresql

2004-04-26 Thread Gabriel de Rezende e Lamounier
i have pear set up on my include_path. postgresql is running and i'm able to connect and query it using pg_connect() and pg_query(). i can't conect to pgsql using pear db. here's the script: getMessage()); } $db->disconect(); ?> error message on the browser: DB Error: connect failed