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