postgresql installation problems

From: Reno Bladergroen <reno(dot)bladergroen(at)telenet(dot)be>
To: pgsql-general(at)postgresql(dot)org
Subject: postgresql installation problems
Date: 2009-11-14 01:05:36
Message-ID: 21550ABE-A672-4680-A78B-68E3A3BF0D7C@telenet.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Probably the following might have been asked before, but I've been
searching the web for the following problem for 2 days already:
I need to install an end-user application which demands 2 postgresql
users each owning its own database.
One user+database is used for a data management system (I call this
one GUS), the other for the front-end application (a data-analysis
program), I call that QPCR.
So I installed postgreSQL according to the documentation. A server is
running on port 5432 now.
Now the question: when i try to install the application, the
installation demands to set the port for each user separately. When i
try to use 5432 for both databases an error pops up with the
notification that that port is already used by QPCR and therefore
can't be used by GUS. How do I set a port for each user separately??
Do I need to install two clusters (and how do I do that?)

I hope someone can help me with this.

Thanks already,

Reno

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John DeSoi 2009-11-14 02:28:04 Re: postgresql installation problems
Previous Message Nick 2009-11-13 23:17:58 Re: Can anyone help setting up pgbouncer?