Blame SOURCES/README

bdd07f
Package %{scl_name} provides PostgreSQL database management system delivered as a Software
bdd07f
Collection. For more information about Software Collections,
bdd07f
see the scl(1) man page. By installing the %{scl_name} collection,
bdd07f
you will get the minimum working set of packages to have a working PostgreSQL database management system.
bdd07f
bdd07f
Usage: scl enable %{scl} 'psql'
bdd07f
bdd07f
Software Collections allow you to build and execute applications
bdd07f
which are not located in the filesystem root hierarchy,
bdd07f
but are stored in an alternative location, which is %{_scl_root}
bdd07f
in case of the %{scl_name} collection.
bdd07f
bdd07f
PostgreSQL is an advanced Object-Relational database management system (DBMS).
bdd07f
The postgresql-server package contains the programs needed to create
bdd07f
and run a PostgreSQL server, which will in turn allow you to create
bdd07f
and maintain PostgreSQL databases.
bdd07f
bdd07f
When you want to work with the %{scl_name} collection, use the scl
bdd07f
utility (see the scl(1) man page for usage) to enable the scl
bdd07f
environment.
bdd07f
bdd07f
Configuration for the %{scl_name} software collection is located
bdd07f
under %{_sysconfdir}.
bdd07f
bdd07f
Examples:
bdd07f
scl enable %{scl_name} 'command --arg'
bdd07f
  Run a specific command with the argument --arg within the %{scl_name}
bdd07f
  software collections environment.
bdd07f
bdd07f
scl enable %{scl_name} 'psql'
bdd07f
  Run psql from the %{scl_name} software collection.
bdd07f
bdd07f
scl enable %{scl_name} bash
bdd07f
  Run an interactive shell with the %{scl_name} software collection enabled.
bdd07f
bdd07f
scl enable %{scl_name} 'man psql'
bdd07f
  Show man pages for the psql command, which is a part of the
bdd07f
  %{scl_name} software collection.
bdd07f
bdd07f
Report bugs to <http://bugzilla.redhat.com>.