---
document: modulemd
version: 2
data:
  name: postgresql
  stream: 12
  version: 8040020210721102319
  context: 5280c3a7
  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
    content:
    - MIT
    - PostgreSQL
  xmd:
    mbs:
      buildrequires:
        platform:
          context: 00000000
          filtered_rpms: []
          koji_tag: module-anolis-8.4.0-build
          ref: virtual
          stream: an8.4.0
          stream_collision_modules: 
          ursine_rpms: 
          version: 4
      commit: a667e4d20488a58a8eb4f625e42d88b163e1bf09
      mse: TRUE
      rpms:
        pgaudit:
          ref: 3497410520ff709e63abd72fa49dddab3194c392
        postgres-decoderbufs:
          ref: 66ab58da5b5eeb0d317ff0a26068cc362fa733e9
        postgresql:
          ref: 043d856b066301875c8435c0eb91272fa78209db
      scmurl: git+ssh://git@codeup.openanolis.cn/codeup/anolis-modules/postgresql.git
  dependencies:
  - buildrequires:
      platform: [an8.4.0]
    requires:
      platform: [an8]
  references:
    community: https://www.postgresql.org
    documentation: https://www.postgresql.org/docs/12/index.html
    tracker: http://bugzilla.redhat.com
  profiles:
    client:
      rpms:
      - postgresql
    server:
      rpms:
      - postgresql-server
  api:
    rpms:
    - postgresql
    - postgresql-server
  components:
    rpms:
      pgaudit:
        rationale: pgaudit extension
        repository: git+ssh://git@codeup.openanolis.cn/codeup/anolis-os/pgaudit
        cache: http://pkgs.fedoraproject.org/repo/pkgs/pgaudit
        ref: a8-postgresql-stream-12
        buildorder: 1
        arches: [aarch64, i686, ppc64le, s390x, x86_64]
      postgres-decoderbufs:
        rationale: postgres-decoderbufs extension
        repository: git+ssh://git@codeup.openanolis.cn/codeup/anolis-os/postgres-decoderbufs
        cache: http://pkgs.fedoraproject.org/repo/pkgs/postgres-decoderbufs
        ref: a8-postgresql-stream-12
        buildorder: 1
        arches: [aarch64, i686, ppc64le, s390x, x86_64]
      postgresql:
        rationale: Module API.
        repository: git+ssh://git@codeup.openanolis.cn/codeup/anolis-os/postgresql
        cache: http://pkgs.fedoraproject.org/repo/pkgs/postgresql
        ref: a8-postgresql-stream-12
        arches: [aarch64, i686, ppc64le, s390x, x86_64]
...