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 1kenqu-0004kf-Nd for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 16 Nov 2020 23:24:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kenqs-0007wr-9O for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 16 Nov 2020 23:24:02 +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 1kenqs-0007wI-47 for pgsql-pkg-debian@lists.postgresql.org; Mon, 16 Nov 2020 23:24:02 +0000 Received: from mail-pg1-x52f.google.com ([2607:f8b0:4864:20::52f]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kenqp-0003Us-Nn for pgsql-pkg-debian@lists.postgresql.org; Mon, 16 Nov 2020 23:24:01 +0000 Received: by mail-pg1-x52f.google.com with SMTP id h16so10545195pgb.7 for ; Mon, 16 Nov 2020 15:23:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pganalyze.com; s=google; h=mime-version:from:date:message-id:subject:to; bh=7YdBQNliAICRji01VinQCSJbZo8A+hSpT2PfCSf/kxM=; b=Y8ZsolIWqvFsB0fXY4fCRGAXamSW2J+kPS+UJkamAgsNk30qab17SWq6JAo6H+qVPP UorploshWJlU88D89JjpxjiC8WSy7icQb8ohpnhw6f5OEKW4I2bg9VooTO9qRMGv89Rz k3wYqLXAUinMCmJhO2fGPIUeglNjapyj4h8pjw+xuvi9umGA7UySxlh7Jw6k3ui+iNFL vSYxJ+GixI3NW9uG59Kdm0zNqmvQv03xqFwawvbTF+uVr0wacq/QmITsQdwT33Z2qlmF DJVAzzgsJb4wIQBFvF5mXvDe5hqpkOWzSyb25oHr+wmbr/AmuqHMO0zozv1RJ0/jZKVM 2dAw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=7YdBQNliAICRji01VinQCSJbZo8A+hSpT2PfCSf/kxM=; b=Yjb/WaoZ5BYUf/S4iH6RxoxvG7ce/3Wq5KnC/nadOIn8BMIX2cD6qPO3QysaBYA00c YkM/7hto51I+vwzn3iKr+kGdV9Z+xBGtORsN+/kAZaiZ76iJgy8fYhpysmztjFVO2v0s e6T6SxHg/gSHTdkLXllXYkGDI63GcShBpcStZzVTUEmbDb0Kn/u8KPo2W/tq5LvUmxxP 0YxoH1EyIZPvDx7wUWu8OhvLnh42JaeMDNT6ETgtIHDxaGTxpDFalGsNO1zKtzgzyFQs Vxs3Bg5eSOqdwf+2N6Z01Gc3gDps/mJYz9bpBnqLkRSptJBZ5uaupiJm5EXxNR+ApwIL QWjg== X-Gm-Message-State: AOAM531wQI59/QhPMrREeJ5Nb5shBQYU83ps9sjXEG16nq/2uww+Z1FY Tuns+/RFva5jxb/VmdpdF+yswYpD6tSuVa7dMY9zj3zV9oE= X-Google-Smtp-Source: ABdhPJz3ax3SDXyK+0kqOat4kCdQw6UPztIhC124koXfuHFqQF2+zTmo16Uuy/mSfSGyLe66NdvHmIunQg3GiIu4F1g= X-Received: by 2002:a17:90b:a57:: with SMTP id gw23mr1290364pjb.161.1605569037295; Mon, 16 Nov 2020 15:23:57 -0800 (PST) MIME-Version: 1.0 From: Maciek Sakrejda Date: Mon, 16 Nov 2020 15:23:46 -0800 Message-ID: Subject: postgresql-contrib package To: pgsql-pkg-debian@lists.postgresql.org Content-Type: multipart/alternative; boundary="0000000000002174a305b441acf3" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000002174a305b441acf3 Content-Type: text/plain; charset="UTF-8" Hello, I had a question about Postgres packaging. We're revamping some documentation, and some of our features depend on pg_stat_statements and auto_explain, and we want to guide our users to installing these if they are not already available. I know that for a while, both pg_stat_statements and auto_explain were available via the postgresql-contrib package, but now it appears that this is a virtual package that just ensures installation of the main server package? Is it no longer necessary to install contrib separately on modern systems? I looked through the packaging wiki and faq to try to find more details, but I did not find any info. Thanks, Maciek --0000000000002174a305b441acf3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

I had a question abou= t Postgres packaging. We're revamping some documentation, and some of o= ur features depend on pg_stat_statements and auto_explain, and we want to g= uide our users to installing these if they are not already available. I kno= w that for a while, both pg_stat_statements and auto_explain were available= via the postgresql-contrib package, but now it appears that this is a virt= ual package that just ensures installation of the main server package? Is i= t no longer necessary to install contrib separately on modern systems? I lo= oked through the packaging wiki and faq to try to find more details, but I = did not find any info.

Thanks,
Macie= k

--0000000000002174a305b441acf3--