From: | Dmitry Samersoff <dms(at)wplus(dot)net> |
---|---|
To: | pgsql-hackers(at)postgreSQL(dot)org |
Subject: | Installation procedure wishes |
Date: | 1999-06-17 16:03:50 |
Message-ID: | XFMail.990617200350.dms@wplus.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Installing postgres in 20th time, I become ready to
send some wishes.
1. My standard way to install pgsql:
make
su
useradd postgres
****
mkdir ~postgres
make install
chown -R postgres ~postgres
Is it possible to include last three commands into installation procedure?
2. The most often PGDATA is ~postgres/data
and PGLIB is ~postgres/lib
Is it possible to use this as default if environment not set?
3. Next step is adding plpgsql into database template1 (or patching creatdb
script) to add plpgsql every time as I create new db
Is it possible to add it as configure option? (i.e. --enable-auto-plpgsql)
Thanks!
---
Dmitry Samersoff, dms(at)wplus(dot)net, ICQ:3161705
http://devnull.wplus.net
* There will come soft rains ...
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 1999-06-17 16:12:10 | Re: important Re: [HACKERS] Open 6.5 items |
Previous Message | Bruce Momjian | 1999-06-17 16:03:37 | Re: [HACKERS] tables > 1 gig |