Re: [GENERAL] upgrade causes psql to not work

2012-07-26 Thread BJ Freeman
I looked on the http://jdbc.postgresql.org/ and could not find any docs on the jdbc string to use my old one with localhost and 127.0.0.1 do not work any more. here is the conf # local is for Unix domain socket connections only local all all trust # IPv4 local connections: host all all

Re: [GENERAL] upgrade causes psql to not work

2012-07-26 Thread Adrian Klaver
On 07/26/2012 10:59 AM, BJ Freeman wrote: I looked on the http://jdbc.postgresql.org/ and could not find any docs on the jdbc string to use my old one with localhost and 127.0.0.1 do not work any more. here is the conf # local is for Unix domain socket connections only local all all trust # IPv4

[GENERAL] upgrade causes psql to not work

2012-07-25 Thread BJ Freeman
did a centos 5.6 server upgrade to PostgreSQL version 8.4.12. console: [root@main jdbc]# psql -h localhost -U gameserver passwordfromentityengine.xml psql: could not connect to server: Connection refused Is the server running on host localhost and accepting TCP/IP connections

Re: [GENERAL] upgrade causes psql to not work

2012-07-25 Thread Merlin Moncure
On Wed, Jul 25, 2012 at 9:57 AM, BJ Freeman bjf...@free-man.net wrote: did a centos 5.6 server upgrade to PostgreSQL version 8.4.12. console: [root@main jdbc]# psql -h localhost -U gameserver passwordfromentityengine.xml psql: could not connect to server: Connection refused Is the

Re: [GENERAL] upgrade causes psql to not work

2012-07-25 Thread BJ Freeman
I apologize, psql is running if I do [root@main jdbc]# psql -U gameserver passwordfromentityengine.xml with out defining the host, it works. I believe it is using Unix pipes instead of TCP I also can manage the psql server through webmin. Merlin Moncure sent the following on 7/25/2012 8:16

Re: [GENERAL] upgrade causes psql to not work

2012-07-25 Thread Merlin Moncure
On Wed, Jul 25, 2012 at 10:48 AM, BJ Freeman bjf...@free-man.net wrote: I apologize, psql is running if I do [root@main jdbc]# psql -U gameserver passwordfromentityengine.xml with out defining the host, it works. I believe it is using Unix pipes instead of TCP I also can manage the psql

Re: [GENERAL] upgrade causes psql to not work

2012-07-25 Thread Merlin Moncure
On Wed, Jul 25, 2012 at 11:42 AM, Merlin Moncure mmonc...@gmail.com wrote: On Wed, Jul 25, 2012 at 10:48 AM, BJ Freeman bjf...@free-man.net wrote: I apologize, psql is running if I do [root@main jdbc]# psql -U gameserver passwordfromentityengine.xml with out defining the host, it works.