PostgreSQL
http://www.postgresql.org/
PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, and user-defined
types and functions.
- Devel package for openSUSE:Factory
-
14
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:database:postgresql/postgresql && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
postgresql-bashprofile | 0000000192 192 Bytes | |
postgresql-firewall | 0000000129 129 Bytes | |
postgresql-init | 0000006190 6.04 KB | |
postgresql-install-alternatives | 0000000630 630 Bytes | |
postgresql-script | 0000001983 1.94 KB | |
postgresql-sysconfig | 0000001639 1.6 KB | |
postgresql-tmpfiles.conf | 0000000185 185 Bytes | |
postgresql.changes | 0000007684 7.5 KB | |
postgresql.service | 0000000458 458 Bytes | |
postgresql.spec | 0000014148 13.8 KB |
Revision 115 (latest revision is 159)
Reinhard Max (rmax)
accepted
request 678171
from
Franck Bui (fbui)
(revision 115)
- Drop use of $FIRST_ARG in .spec The use of $FIRST_ARG was probably required because of the %service_* rpm macros were playing tricks with the shell positional parameters. This is bad practice and error prones so let's assume that no macros should do that anymore and hence it's safe to assume that positional parameters remains unchanged after any rpm macro call.
Comments 0