slackbuilds_ponce/system/postgresql
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
doinst.sh system/postgresql: Updated for version 9.1.1. 2011-10-11 21:20:15 -05:00
postgresql.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
postgresql.logrotate
postgresql.SlackBuild system/postgresql: Updated for version 9.1.4. 2012-06-30 12:12:47 -04:00
rc.postgresql.new
README system/postgresql: Updated for version 8.4.4. 2010-07-03 02:31:43 -05:00
README.SBo system/postgresql: Updated for version 9.0.1. 2010-10-25 07:55:12 -05:00
setup.postgresql
slack-desc system/postgresql: Updated for version 9.1.1. 2011-10-11 21:20:15 -05: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.

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.