From: | "Merlin Moncure" <mmoncure(at)gmail(dot)com> |
---|---|
To: | Mark <sendmailtomark(at)yahoo(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: question: knopixx and postgresql on flash drive |
Date: | 2007-03-28 15:29:09 |
Message-ID: | b42b73150703280829v683bc786x113aca0d849c6c93@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 3/28/07, Mark <sendmailtomark(at)yahoo(dot)com> wrote:
> Ideally, I'd like to have all postgresql related files on flush
> drive. and OS on another device (CD). Database data will be small and
> I don't think I will run into the problem with a space.
>
> But how can I install postgresql (including all libraries) on flash
> drive? I remember that 7.4.X rpms always get installed into /usr
> which is ramdrive in my case. Is it possible?
Install from source. You get to omit ssl which you probably dont need
and set the prefix in the configure statement...you will need to set
up your own startup script though, add the binaries to the path
yourself, and set your own PGDATA.
merlin
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-03-28 15:31:33 | Re: unexpected data beyond EOF and character encoding |
Previous Message | Stephen Harris | 2007-03-28 15:24:25 | Re: Slow sequential scans on one DB but not another; fragmentation? |