---
document: modulemd
version: 2
data:
  name: postgresql
  stream: 15
  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/15/index.html
    tracker: http://bugzilla.redhat.com
  api:
    rpms:
    - postgresql
    - postgresql-server
  profiles:
    server:
      rpms:
      - postgresql-server
    client:
      rpms:
      - postgresql
  components:
    rpms:
      postgresql:
        rationale: Module API.
        ref: 7e0d58c3ae08aea6536db226d97085010f77eda6
        buildorder: 0
      pgaudit:
        rationale: pgaudit extension
        ref: 26b4576f16759623e627de513f715d50ea590238
        buildorder: 1
      postgres-decoderbufs:
        rationale: postgres-decoderbufs extension
        ref: b32108c86b91cf2d4f84f3ea2c5530ed2ae398ee
        buildorder: 1
      pg_repack:
        rationale: pg_repack extension
        ref: 11e38a04e9170b6277ef6ff70fd6cea5c8a7712f
        buildorder: 1
...