Self-contained installation in a user's directory

From: "Gene Selkov, Jr(dot)" <selkovjr(at)mcs(dot)anl(dot)gov>
To: pgsql-admin(at)postgreSQL(dot)org
Subject: Self-contained installation in a user's directory
Date: 1998-08-02 02:06:02
Message-ID: 35C3C98A.1FED4131@mcs.anl.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello,

I am sorry I wasn't attentive enough when this issue was discussed a few
months back. Now I can't find the right keywords to get to it in the
archives.

I need to automate the procedure of getting a fresh postgresql source,
building and installing everything that it needs to run within a user's
home directory. The user is not supposed to have root privileges, and he
is not supposed to be DBMS and even UNIX-literate. The client processes
will run locally by a web server (no external TCP/IP connections will be
needed) and each of these will take care about starting the postmaster
if it is not running for some reason. Also, I would like to avoid having
a special postgres user on the system. This kind of installation is
mainly intended to support search and retrieval and will require little
or no update at all.

As far as I can see now, it is enough to substitute "postgres" with a
user name of choice. I did not find relevant options in configure. Could
someone please point me to the right place or indicate what other
problems I may need to solve?

Thank you,

Gene

Browse pgsql-admin by date

  From Date Subject
Next Message Bernie 1998-08-02 03:34:52 Postmaster Won't Start
Previous Message Peter T Mount 1998-08-01 22:48:30 Re: [ADMIN] Authentication Problems