postgresql/postgresql.yaml
2019-12-10 14:49:22 +01:00

61 lines
1.9 KiB
YAML

---
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:
- libpq
- postgresql-server
client:
rpms:
- libpq
- postgresql
libpq:
rpms:
- libpq
filter: {}
components:
rpms:
libpq:
rationale: libpq library components
ref: stream-postgresql-12
buildorder: 0
postgresql:
rationale: main server/client components
ref: stream-postgresql-12
buildorder: 1
pgaudit:
rationale: pgaudit postgresql extension
ref: stream-postgresql-12
buildorder: 2
# # https://github.com/timescale/timescaledb/pull/1525
# 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: 2