Blame SOURCES/README

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