Package sclo-postgresql96 provides PostgreSQL database management system delivered as a Software
Collection. For more information about Software Collections,
see the scl(1) man page. By installing the sclo-postgresql96 collection,
you will get the minimum working set of packages to have a working PostgreSQL database management system.

Usage: scl enable sclo-postgresql96 'psql'

Software Collections allow you to build and execute applications
which are not located in the filesystem root hierarchy,
but are stored in an alternative location, which is /opt/rh/sclo-postgresql96/root
in case of the sclo-postgresql96 collection.

PostgreSQL is an advanced Object-Relational database management system (DBMS).
The postgresql-server package contains the programs needed to create
and run a PostgreSQL server, which will in turn allow you to create
and maintain PostgreSQL databases.

When you want to work with the sclo-postgresql96 collection, use the scl
utility (see the scl(1) man page for usage) to enable the scl
environment.

Configuration for the sclo-postgresql96 software collection is located
under /etc/opt/rh/scls/sclo-postgresql96.

Examples:
scl enable sclo-postgresql96 'command --arg'
  Run a specific command with the argument --arg within the sclo-postgresql96
  software collections environment.

scl enable sclo-postgresql96 'psql'
  Run psql from the sclo-postgresql96 software collection.

scl enable sclo-postgresql96 bash
  Run an interactive shell with the sclo-postgresql96 software collection enabled.

scl enable sclo-postgresql96 'man psql'
  Show man pages for the psql command, which is a part of the
  sclo-postgresql96 software collection.

Report bugs to <http://bugzilla.redhat.com>.
