| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Holger Klawitter <lists(at)klawitter(dot)de> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: PGSQL on shared hosting |
| Date: | 2003-11-21 15:16:56 |
| Message-ID: | 12282.1069427816@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Holger Klawitter <lists(at)klawitter(dot)de> writes:
>> No. The "make install" step requires a root access.
> Wrong! If you install into a writeable directory e.g.
> ./configure --prefix=/home/user/postgres
> make install will work just fine (or at least it did with me).
> The only problem is that you cannot start postgres automatially that
> easily at boot time.
Correct. AFAIK, you have to be root to set up any init-script action.
You can easily build, install, and run PG in a personal directory
(I do that all the time for testing purposes) but you couldn't really
use it as a full-time server because it'd need to be manually restarted
after any system reboot.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-11-21 15:18:43 | Re: why ORDER BY works wrong in pg7.3.4? |
| Previous Message | Doug McNaught | 2003-11-21 15:02:43 | Re: Bug in pg_dumpall |