--- document: modulemd version: 2 data: name: postgresql stream: 12 summary: PostgreSQL server and client module description: 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. The base postgresql package contains the client programs that you'll need to access a PostgreSQL DBMS server. license: module: [MIT] dependencies: - buildrequires: platform: [oc8] requires: platform: [oc8] references: community: https://www.postgresql.org documentation: https://www.postgresql.org/docs/12/index.html tracker: http://bugzilla.redhat.com api: rpms: - postgresql - postgresql-server profiles: server: rpms: - postgresql-server client: rpms: - postgresql components: rpms: pg_repack: buildorder: 1 rationale: pg_repack extension ref: 3177343e9f02a749843a0e7d0dbbe06a11655521 pgaudit: buildorder: 1 rationale: pgaudit extension ref: 4e7bd6dc3ba09e9089a96640af9c97a1f60f97ae postgres-decoderbufs: buildorder: 1 rationale: postgres-decoderbufs extension ref: 5d66964182e8bc42dea16559e62abf7fe46888a9 postgresql: buildorder: 0 rationale: Module API. ref: 9df2cad2a21b20406110feaef9cd9ae98ddd154f ...