Re: Users and multiple server environment

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Long <mlong(at)datalong(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Users and multiple server environment
Date: 2004-10-03 05:18:59
Message-ID: 28880.1096780739@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Michael Long <mlong(at)datalong(dot)com> writes:
> I now have 2 versions of postgres running on one box (7.3.2 and 8.0b3)
> each listening on a different port. When creating a database, user or
> schema in 8.0 that exists in 7.3.2 I get an error saying it already
> exists. Can I have only one of each of these per server or am I missing
> something?

You're missing something. Check which port you are actually talking to.

I do this all the time --- my development machine standardly has half a
dozen postmasters running on it, one for each major release 7.0-current.
They do not impinge on each other at all. It helps to build each
release from source so that you can set a different install prefix and
default port number for each one.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Long 2004-10-03 05:31:49 Re: Users and multiple server environment
Previous Message Michael Long 2004-10-03 05:02:15 Users and multiple server environment