Package rh-postgresql94 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 rh-postgresql94 collection,
you will get the minimum working set of packages to have a working PostgreSQL database management system.

Usage: scl enable rh-postgresql94 '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/rh-postgresql94/root
in case of the rh-postgresql94 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 rh-postgresql94 collection, use the scl
utility (see the scl(1) man page for usage) to enable the scl
environment.

Configuration for the rh-postgresql94 software collection is located
under /opt/rh/rh-postgresql94/root/etc.

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

scl enable rh-postgresql94 'psql'
  Run psql from the rh-postgresql94 software collection.

scl enable rh-postgresql94 bash
  Run an interactive shell with the rh-postgresql94 software collection enabled.

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

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