Blame SOURCES/README

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