---
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: 641a645f506898c10172df3a8c0b7aabc5d684eb
      postgres-decoderbufs:
        buildorder: 1
        rationale: postgres-decoderbufs extension
        ref: 5d66964182e8bc42dea16559e62abf7fe46888a9
      postgresql:
        buildorder: 0
        rationale: Module API.
        ref: ae57dc9ac6dee611bc1376f1d6d8bbb49cad403f
...