Re: two or more pg installations running as the same user - Mailing list pgsql-general

From Chris
Subject Re: two or more pg installations running as the same user
Date
Msg-id 492C7C42.2040807@gmail.com
Whole thread Raw
In response to two or more pg installations running as the same user  ("Grzegorz Jaśkiewicz" <gryzman@gmail.com>)
Responses Re: two or more pg installations running as the same user
List pgsql-general
Grzegorz Jas'kiewicz wrote:
> hey folks,
>
> I am thinking about testing enviroment here, and gotta setup temporary
> instalation of postgres for that. More than one, because software
> operates on few different connections, to different databases.
> I know I can do it under same user, just by changing PGDATA/PGPORT
> before initdb gets to run. But will it be safe otherwise ?

Yep.

If they are different versions of postgres (eg 8.2/8.3), make sure you
initdb with the right one :)

--
Postgresql & php tutorials
http://www.designmagick.com/


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Cannot restore table using pg_restore
Next
From: "Grzegorz Jaśkiewicz"
Date:
Subject: Re: two or more pg installations running as the same user