Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1maBXv-0008Gz-0a for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 12 Oct 2021 06:45:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1maBXu-0002lv-1P for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 12 Oct 2021 06:45:54 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1maBXt-0002ln-SZ for pgsql-pkg-debian@lists.postgresql.org; Tue, 12 Oct 2021 06:45:53 +0000 Received: from mail-lf1-x132.google.com ([2a00:1450:4864:20::132]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1maBXr-00089z-9l for pgsql-pkg-debian@lists.postgresql.org; Tue, 12 Oct 2021 06:45:53 +0000 Received: by mail-lf1-x132.google.com with SMTP id y26so84259112lfa.11 for ; Mon, 11 Oct 2021 23:45:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to:cc; bh=0jgUeHJ+CzAGo28TbrzLkF81/RzxkRbe0zR6lrD0G2A=; b=Ju7RhVEtWUDDTRVEUf1g+5a2sm8lzymjW7ZloEHqRBLBIYFKVg2ujeGluxPrgwhVMw 0zcTLK3FicNf1pQlBsyL1hTxDuzNBj2HZdHE4VzETS2kfSlolug1DJhyX8qtu/kbH6jd /6j15l6Jn0+LSJ757u+lPsjKUrTDMzqM9qE5nXqZ5s98tKVnBcv9KubzK3yCFB9XxO2u 86+Qk2EkTlvk4N+BZc8Kn476mERxT6Tg0lmInb4lvfh6dCkHsZUX31O3BW8V1f5XpZNJ Doh9JQKrDnmHGYC15wpqtK9OCTwudXFku99N9/vLHWJ4K5BOwR23l3j/VQpNft59gp7G W+Qg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=0jgUeHJ+CzAGo28TbrzLkF81/RzxkRbe0zR6lrD0G2A=; b=rppLMXx7d098GS9lj7k2hAZGKDfA1s5xyOmvyXzCrYjJ4D6VQLB5+T5uwS43md0Iob 6OK33YcXwkJmxwSXPwqB9TjLr/byOVoqX/FDaTBwn8Ynhvn7aB2Xj8kNTuF21hi8yxL4 hReWi7jPos0t3Ihd00d8oW+Tvt0NCinR7qOI4P9uiS8X+VO4TuBKDq34VmwV8ETBFK2V 6Nj7u+xjISDc3JogQADRj2Gs6lADNnVlQxgqN/8kDjJklehKBoBrkMYGivH4LEH8+3c4 a8U76W48oQf3ZGlzmEu7Kyh3W1oxeunGGVx2Abk0vq+nEq5Z5LOE8GowJIQHNd00ZGAa f8pw== X-Gm-Message-State: AOAM531YY9plJExES+hhxpi7NROGHNm45eiDJbiosKg4sTYwHKpDRjjO gO6Pnci3LG5gkriN7hUbZSAcM3TCcRXoRyUbx7t2NbFSt0sLsA== X-Google-Smtp-Source: ABdhPJy0uWmZsivY+WEKV/1/A8i41qvqvZq5e1pFQoiLBGYHcYiypW5dMsywq+qctNzcBPpejADsEZ+rjZEWTqzh3kE= X-Received: by 2002:a05:6512:692:: with SMTP id t18mr30329186lfe.572.1634021150479; Mon, 11 Oct 2021 23:45:50 -0700 (PDT) MIME-Version: 1.0 From: Hamid Akhtar Date: Tue, 12 Oct 2021 11:45:13 +0500 Message-ID: Subject: Request for making pg_stat_monitor extension available via PGDG apt repositories To: pgsql-pkg-debian@lists.postgresql.org Cc: Ibrar Ahmed , Evgeniy Patlan Content-Type: multipart/alternative; boundary="0000000000003ada9005ce22322b" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000003ada9005ce22322b Content-Type: text/plain; charset="UTF-8" Hi, I am one of the maintainers of an enhanced open source statistics extension for PostgreSQL; pg_stat_monitor. PGDG is already providing RPM packages for pg_stat_monitor. This is a request to kindly make it available via the PGDG's apt repositories. The project is currently in Beta, but about to go GA within the next 4-6 weeks. Currently, we are building the Debian packages for our internal distribution, however, the process may be different in case of PGDG. Following is the project GitHub URL and Debian packaging path within the sources: Product GitHub URL: https://github.com/percona/pg_stat_monitor/ Debian Packaging Directory: https://github.com/percona/pg_stat_monitor/tree/master/percona-packaging/debian Regards. Hamid Akhtar --0000000000003ada9005ce22322b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

I am one of the=C2=A0maintainers of= an enhanced open source statistics extension for PostgreSQL; pg_stat_monit= or.

PGDG is already providing RPM packages for pg_= stat_monitor. This is a request to kindly make it available via the PGDG= 9;s apt repositories. The project is currently in Beta, but about to go GA = within the next 4-6 weeks.

Currently, we are building the Debian pac= kages for our internal distribution, however, the process may be different = in case of PGDG. Following is the project GitHub URL and Debian packaging p= ath within the sources:

Product GitHub URL:
https://github.com/percona/pg_stat_monit= or/

Debian Packaging Directory:
https://gith= ub.com/percona/pg_stat_monitor/tree/master/percona-packaging/debian
=

Regards.

Hamid Akht= ar
--0000000000003ada9005ce22322b--