| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Carlos Moreno <moreno(at)mochima(dot)com> |
| Cc: | pgsql-interfaces(at)postgresql(dot)org |
| Subject: | Re: Installing PG as a regular user? |
| Date: | 2001-08-23 18:50:29 |
| Message-ID: | 6389.998592629@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces |
Carlos Moreno <moreno(at)mochima(dot)com> writes:
> I'm not sure this is the best place to ask this question,
It's not; pgsql-admin would be better (and I think this very question
was asked there yesterday).
> I'm wondering if it is possible to install the postgres server
> being a regular user (i.e., on a machine for which I don't have
> root access)
The only thing you need or want root access for is to add postgres
to the system startup scripts. Without that, you'll need to manually
re-launch the postgres server any time the system is rebooted.
There was some discussion of faking it with a cron job that's set to
run every few minutes: look to see if postmaster is running, start it
if not. If you have cron privileges then this might be a good enough
answer, ugly though it be.
See the other thread for more detail.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeremy Buchmann | 2001-08-23 19:18:37 | Re: Installing PG as a regular user? |
| Previous Message | Carlos Moreno | 2001-08-23 17:07:17 | Installing PG as a regular user? |