| From: | Rodrigo Gonzalez <rjgonzale(at)estrads(dot)com(dot)ar> |
|---|---|
| To: | John R Pierce <pierce(at)hogranch(dot)com> |
| Cc: | Scott Ribe <scott_ribe(at)killerbytes(dot)com>, pgsql-general Postgres General <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: "private" installation of postgres |
| Date: | 2010-09-08 00:24:11 |
| Message-ID: | 20100907212411.4fb6a717@rjgonzale-laptop |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
It is defined in postgresql.conf
unix_socket_directory = '/var/run/postgresql'
On Tue, 07 Sep 2010 17:20:24 -0700
John R Pierce <pierce(at)hogranch(dot)com> wrote:
> On 09/07/10 5:15 PM, Scott Ribe wrote:
> > 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?
>
> I'm pretty sure the socket directory is hard coded in the source, I
> don't think you can override it even with ./configure
>
>
>
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joshua J. Kugler | 2010-09-08 00:24:42 | Re: "private" installation of postgres |
| Previous Message | John R Pierce | 2010-09-08 00:20:24 | Re: "private" installation of postgres |