---
document: modulemd
version: 2
data:
  name: postgresql
  stream: 13
  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/13/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: 352b0fb95c0b9373afb9239446f39f2475bf1dec
      pgaudit:
        buildorder: 1
        rationale: pgaudit extension
        ref: 339ab16b4cdd47050d3f98269185d0ddc9da7995
      postgres-decoderbufs:
        buildorder: 1
        rationale: postgres-decoderbufs extension
        ref: c4b289ae4265c82d6e63b251b162aa2b5308f49c
      postgresql:
        buildorder: 0
        rationale: Module API.
        ref: 4abdf0294d115f7cb7b87af3e1e50a8929ebd8d2
...