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

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

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

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

scl enable postgresql92 'psql'
  Run psql from the postgresql92 software collection.

scl enable postgresql92 bash
  Run an interactive shell with the postgresql92 software collection enabled.

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

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