Re: Help with Multiple Cluster on same host - Mailing list pgsql-general

From David Morton
Subject Re: Help with Multiple Cluster on same host
Date
Msg-id 1324526238.92023.YahooMailNeo@web96002.mail.aue.yahoo.com
Whole thread Raw
In response to Help with Multiple Cluster on same host  (Jacques Lamothe <JLamothe@allconnect.com>)
List pgsql-general
The first and most obvious check will be the pg_hba.conf file for the allowed hosts ... these files are specific to the instance.


From: Jacques Lamothe <JLamothe@allconnect.com>
To: "pgsql-general@postgresql.org" <pgsql-general@postgresql.org>
Sent: Wednesday, 21 December 2011 10:02 AM
Subject: [GENERAL] Help with Multiple Cluster on same host

Hi, I have 2 cluster databases, running on the same host, Linux with redHat. My fist database port is set to default but my second database port is set to 5436 in the postgresql.conf file. While everything is ok with local connections, I cannot connect using any of my tools to the second database with port 5436, including pgAdmin. Please help. Any parameter that I need to modify for the new database with port 5436?
 
 
Jay
 


pgsql-general by date:

Previous
From: Xiaoning Xu
Date:
Subject: [partition table] fetchall or fetchone function can not get the returning rows
Next
From: David Johnston
Date:
Subject: Re: Cursor loop - stop current iteration and continue with next iteration