Hi,

I just upgraded from 6.2 to 7.0 and applied all the patches and now 
sometimes my php code can't seem to connect to the postgresql 
server.  I do the pg_connect() and when I try to use the connection 
I get a message that it isn't a valid postgresql connection.  I can go 
in and add a "host=localhost" and then it will work for a few times 
and then stops again.  I remove the "host=" and it works again for a 
few times and then stops.  Has something changed between 6.2 
and 7.0 that I'm missing?  My pg_connect is like:

$aDBConnect = pg_connect("dbname=somedb user=someuser");

Thanks.


-----
David Williams - Computer Packrat
   You can learn to like the life you live
   or live the life you like.
[EMAIL PROTECTED]
http://www.trailingedge.com



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to