slackbuilds/system/postgresql
Dionysis Ntreou 94e0ae4588
system/postgresql: Updated for version 10.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-11-16 20:31:32 +07:00
..
README
README.SBo system/postgresql: Updated for version 10.2. 2018-02-17 07:42:53 +07:00
doinst.sh
postgresql.SlackBuild system/postgresql: Updated for version 10.10. 2019-11-16 20:31:32 +07:00
postgresql.info system/postgresql: Updated for version 10.10. 2019-11-16 20:31:32 +07:00
postgresql.logrotate
rc.postgresql.new system/postgresql: Updated for version 10.2. 2018-02-17 07:42:53 +07:00
setup.postgresql system/postgresql: Updated for version 10.2. 2018-02-17 07:42:53 +07:00
slack-desc

README

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.

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.