Blame SOURCES/README

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