Blame SOURCES/README

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