Re: Remove Postgres from Solaris 10 - Mailing list pgsql-admin

From Thomas Bräutigam
Subject Re: Remove Postgres from Solaris 10
Date
Msg-id 46F5921DF52F6E40860287B30CADADC785F48E@EROS.nexus-ag.com
Whole thread Raw
In response to Re: Remove Postgres from Solaris 10  (Igor Polishchuk <ipolishchuk@hi5.com>)
List pgsql-admin
Is this than everyhting I need to take care when I run this both standard databases or do I need to configure or change
somethingelse? 

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

Cheers Thomas


-----Original Message-----
From: Igor Polishchuk [mailto:ipolishchuk@hi5.com]
Sent: Mittwoch, 30. April 2008 03:57
To: Joshua D. Drake; Thomas Bräutigam
Cc: J.K.Shah@Sun.COM; Robert.Lor@Sun.COM; pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Remove Postgres from Solaris 10

In our organization, we are running multiple databases on the same box on the default port. However, they all have
theirown 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" <jd@commandprompt.com> wrote:

> On Wed, 30 Apr 2008 01:59:08 +0200
> Thomas Bräutigam <thomas.braeutigam@nexustelecom.com> 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
>

--





pgsql-admin by date:

Previous
From: Thomas Bräutigam
Date:
Subject: Re: Remove Postgres from Solaris 10
Next
From: Alvaro Herrera
Date:
Subject: Re: 8.1.8 autovacuum missing databases