"private" installation of postgres

From: Scott Ribe <scott_ribe(at)killerbytes(dot)com>
To: pgsql-general Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: "private" installation of postgres
Date: 2010-09-08 00:15:12
Message-ID: E3C1043A-A2D1-4BB5-8F23-FD6F22CA12F5@killerbytes.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Assume I want to install an instance of postgres such that it cannot interfere with another install, or even be visible to other 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(at)elevated-dev(dot)com
http://www.elevated-dev.com/
(303) 722-0567 voice

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2010-09-08 00:20:24 Re: "private" installation of postgres
Previous Message Tom Lane 2010-09-07 23:27:15 Re: Empty SELECT result at simultaneous calls