Re: Clusters list - Windows PostgreSQL server

From: Léa Massiot <lmhelp1(at)orange(dot)fr>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Clusters list - Windows PostgreSQL server
Date: 2012-02-17 19:31:27
Message-ID: 1329507087044-5493655.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I solved my problem using a sequence of commands like the following:

The problem that now remains is that I've had to stop the other running
postmaster which was listening on port 5432:

After starting "pg_cluster_test", if I try to restart "data", it fails.

I understand why it fails: two different processes can't listen to the same
TCP port.
How can this be avoided? I seems to me it is possible to start both clusters
at the same time under Debian...

Best regards.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Clusters-list-Windows-PostgreSQL-server-tp5492134p5493655.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Merlin Moncure 2012-02-17 19:39:27 Re: insert fail gracefully if primary key already exists
Previous Message Alessandro Gagliardi 2012-02-17 18:46:54 Re: insert fail gracefully if primary key already exists