summaryrefslogtreecommitdiff
path: root/system/postgresql/README
diff options
context:
space:
mode:
authorAdis Nezirovic <adis_at_linux.org.ba>2010-07-02 19:54:15 -0500
committerErik Hanson <erik@slackbuilds.org>2010-07-03 02:31:43 -0500
commite15bb1db2f3e07363e5be12389c1b24dd688972b (patch)
tree6770740530797910ddfcbb12b2666a9fa4edacbe /system/postgresql/README
parentb21bdb0137b2a61d7f8aaf52f992f97ba60afb27 (diff)
downloadslackbuilds-e15bb1db2f3e07363e5be12389c1b24dd688972b.tar.gz
system/postgresql: Updated for version 8.4.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/postgresql/README')
-rw-r--r--system/postgresql/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/postgresql/README b/system/postgresql/README
index 7ff1c6609e..5e488da224 100644
--- a/system/postgresql/README
+++ b/system/postgresql/README
@@ -5,3 +5,10 @@ database for enterprise level open source solutions.
Before you can run postgresql you'll need to create the database;
please see README.SBo.
+
+You need a "postgres" user and group prior to building postgresql.
+Something like this will suffice for most systems:
+ groupadd -g 209 postgres
+ useradd -u 209 -g 209 -d /var/lib/pgsql postgres
+Feel free to use a different uid and gid if desired, but 209 is
+recommended to avoid conflicts with other stuff from SlackBuilds.org.