"private" installation of postgres - Mailing list pgsql-general

From Scott Ribe
Subject "private" installation of postgres
Date
Msg-id E3C1043A-A2D1-4BB5-8F23-FD6F22CA12F5@killerbytes.com
Whole thread Raw
Responses Re: "private" installation of postgres  (John R Pierce <pierce@hogranch.com>)
Re: "private" installation of postgres  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-general
Assume I want to install an instance of postgres such that it cannot interfere with another install, or even be visible
toother apps. Is this all I need to do: 

- install pg somewhere within my own directory
- init the db somewhere within my own directory
- disallow IP connections
- set the socket directory somewhere within my own directory

Or is there a doc on this somewhere?

--
Scott Ribe
scott_ribe@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice





pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Empty SELECT result at simultaneous calls
Next
From: John R Pierce
Date:
Subject: Re: "private" installation of postgres