https://github.com/sclorg/postgresql-meta
PostgreSQL meta-package
https://github.com/sclorg/postgresql-meta
Last synced: 5 months ago
JSON representation
PostgreSQL meta-package
- Host: GitHub
- URL: https://github.com/sclorg/postgresql-meta
- Owner: sclorg
- License: gpl-2.0
- Created: 2017-07-21T13:44:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T15:14:08.000Z (over 7 years ago)
- Last Synced: 2025-08-12T00:28:32.433Z (11 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Package %{scl_name} provides PostgreSQL database management system delivered as a Software
Collection. For more information about Software Collections,
see the scl(1) man page. By installing the %{scl_name} collection,
you will get the minimum working set of packages to have a working PostgreSQL database management system.
Usage: scl enable %{scl} 'psql'
Software Collections allow you to build and execute applications
which are not located in the filesystem root hierarchy,
but are stored in an alternative location, which is %{_scl_root}
in case of the %{scl_name} collection.
PostgreSQL is an advanced Object-Relational database management system (DBMS).
The postgresql-server package contains the programs needed to create
and run a PostgreSQL server, which will in turn allow you to create
and maintain PostgreSQL databases.
When you want to work with the %{scl_name} collection, use the scl
utility (see the scl(1) man page for usage) to enable the scl
environment.
Configuration for the %{scl_name} software collection is located
under %{_sysconfdir}.
Examples:
scl enable %{scl_name} 'command --arg'
Run a specific command with the argument --arg within the %{scl_name}
software collections environment.
scl enable %{scl_name} 'psql'
Run psql from the %{scl_name} software collection.
scl enable %{scl_name} bash
Run an interactive shell with the %{scl_name} software collection enabled.
scl enable %{scl_name} 'man psql'
Show man pages for the psql command, which is a part of the
%{scl_name} software collection.
Report bugs to .