Blame SOURCES/README

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