2010-05-11 21:18:43 +08:00
|
|
|
PostgreSQL is an advanced object-relational database management
|
|
|
|
system (ORDBMS) based on POSTGRES. With more than 15 years of
|
|
|
|
development history, it is quickly becoming the de facto
|
|
|
|
database for enterprise level open source solutions.
|
|
|
|
|
2010-05-13 06:41:27 +08:00
|
|
|
Before you can run postgresql you'll need to create the database;
|
|
|
|
please see README.SBo.
|
2010-07-03 08:54:15 +08:00
|
|
|
|
|
|
|
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.
|