In our organization, we are running multiple databases on the same box on
the default port. However, they all have their own data directories and they
listen on different VIP's. Here are the parameters in postrgresql.conf to
make it work:

unix_socket_directory = 'data directory for a particular DB here'
listen_addresses = 'VIP here'
port = 5432


On 4/29/08 5:33 PM, "Joshua D. Drake" <[EMAIL PROTECTED]> wrote:

> On Wed, 30 Apr 2008 01:59:08 +0200
> Thomas Bräutigam <[EMAIL PROTECTED]> wrote:
> 
>> Hi Joshua 
>> 
>> The problem is this that I need this ports for my default postgres
>> database.
>> 
>> Is it than possible to have 2 default postgres databases in parallel?
>> Same ports etc.....?
> 
> I am afraid I don't understand what you are asking. You can't have two
> postgresql installations bound to the same port. You can have two
> postgresql installations pointing to different ports on the same
> machine.
> 
> Joshua D. Drake
> 

-- 



-- 
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to