Compare commits
58 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
23a60c9f47 | ||
|
|
445db2d468 | ||
|
|
21590ddbe2 | ||
|
|
8fdd9914e2 | ||
|
|
8589285286 | ||
|
|
d7b3cefffd | ||
|
|
c8c6de9584 | ||
|
|
e85ed41d76 | ||
|
|
ef88188903 | ||
|
|
81ff6c56b9 | ||
|
|
eb7eddaafa | ||
|
|
c2ac84e0cc | ||
|
|
f578f6cc73 | ||
|
|
7e0d079928 | ||
|
|
d12abba24a | ||
|
|
1090973140 | ||
|
|
25dce28dc8 | ||
|
|
0832b6f0d8 | ||
|
|
f63ab5c337 | ||
|
|
5d3c82998f | ||
|
|
6f99a12a2c | ||
|
|
7ef0231d0b | ||
|
|
0226e649e5 | ||
|
|
a499f9233d | ||
|
|
ffb779b247 | ||
|
|
5066ff1a03 | ||
|
|
1b7a0f77ab | ||
|
|
3244286ebe | ||
|
|
f9d43e0316 | ||
|
|
17667a0a3e | ||
|
|
e979827b49 | ||
|
|
c842df7053 | ||
|
|
84bd729608 | ||
|
|
16403a8930 | ||
|
|
38459299e7 | ||
|
|
4e25916cc6 | ||
|
|
ec6a65d101 | ||
|
|
3d816e2830 | ||
|
|
30e9332cce | ||
|
|
947341170f | ||
|
|
8adbd6359d | ||
|
|
9574182633 | ||
|
|
0ec4b741bd | ||
|
|
43354dcbeb | ||
|
|
11afe20c67 | ||
|
|
2cd95a5580 | ||
|
|
6b21417a90 | ||
|
|
9a9706c877 | ||
|
|
7a44fcb241 | ||
|
|
ddd1031ae8 | ||
|
|
a81570e056 | ||
|
|
da4ffa9714 | ||
|
|
b48b23a30c | ||
|
|
79c8e87325 | ||
|
|
ca809f391a | ||
|
|
9c361aefb0 | ||
|
|
22b1233cfa | ||
|
|
5503294335 |
1 changed files with 52 additions and 0 deletions
52
postgresql.yaml
Normal file
52
postgresql.yaml
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
---
|
||||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: PostgreSQL module
|
||||
description: PostgreSQL is an advanced Object-Relational database
|
||||
management system (DBMS).
|
||||
The PostgreSQL server can be found in the
|
||||
postgresql-server sub-package.
|
||||
license:
|
||||
module: [MIT]
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: []
|
||||
requires:
|
||||
platform: []
|
||||
references:
|
||||
community: https://docs.pagure.org/modularity/
|
||||
documentation: https://www.postgresql.org/docs/
|
||||
tracker: https://github.com/modularity-modules/postgresql
|
||||
api:
|
||||
rpms:
|
||||
- postgresql
|
||||
- postgresql-server
|
||||
profiles:
|
||||
server:
|
||||
rpms:
|
||||
- postgresql-server
|
||||
client:
|
||||
rpms:
|
||||
- postgresql
|
||||
filter: {}
|
||||
components:
|
||||
rpms:
|
||||
postgresql:
|
||||
rationale: main server/client components
|
||||
ref: stream-postgresql-12
|
||||
buildorder: 0
|
||||
pgaudit:
|
||||
rationale: pgaudit postgresql extension
|
||||
ref: stream-postgresql-12
|
||||
buildorder: 1
|
||||
# # https://github.com/timescale/timescaledb/issues/1456
|
||||
# timescaledb:
|
||||
# rationale: timescaledb postgresql extension
|
||||
# ref: stream-postgresql-12
|
||||
# buildorder: 2
|
||||
# # https://src.fedoraproject.org/rpms/postgres-decoderbufs/pull-request/1
|
||||
postgres-decoderbufs:
|
||||
rationale: postgres-decoderbufs postgresql extension
|
||||
ref: stream-postgresql-12
|
||||
buildorder: 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue