This script is for Slackware 14.0 only and may be outdated.

SlackBuilds Repository

14.0 > System > postgresql (9.3.0)

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.

Maintained by: Adis Nezirovic
Keywords: database,sql,rdbms,postgre
ChangeLog: postgresql

Homepage:
http://www.postgresql.org

Source Downloads:
postgresql-9.3.0.tar.bz2 (09aee56f3a15ce4a7ea32044fb845b53)

Download SlackBuild:
postgresql.tar.gz
postgresql.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds