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 1kewzi-0000UL-RC for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 17 Nov 2020 09:09:46 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kewzh-0004K7-KI for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 17 Nov 2020 09:09:45 +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 1kewzh-0004Jf-Bt for pgsql-pkg-debian@lists.postgresql.org; Tue, 17 Nov 2020 09:09:45 +0000 Received: from mail-lj1-x22b.google.com ([2a00:1450:4864:20::22b]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kewze-0008FC-I3 for pgsql-pkg-debian@lists.postgresql.org; Tue, 17 Nov 2020 09:09:44 +0000 Received: by mail-lj1-x22b.google.com with SMTP id y16so23442561ljh.0 for ; Tue, 17 Nov 2020 01:09:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hagander-net.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Y7Ax+YI7IxccV2GdIP19VZ2minW0lQ2ORfhIbpOPgYA=; b=GPzqirNeULonpCTS91QBrn3e9ihWQ4lyi1o6JceiT5Mr1UZlEb3svLlmSdUJT15vAD zUdaXNT3DN8//8PIiKCptiExq30uFVCHUE9biB2VBJrBjpkSqns8MWAP0YysRRlPB1YL MqAtc0COa9lv0Mkc3+ptbB23dlt6sVC3vm/y4i2yveucX+pDGiQ8UZM/X2l5kPFHkaxd gMMUl3fppmL7Hi+oYJ1kX8IfORMAfICu66nZdqyiTeUNwshO/vC3GSnqdBebnmNN3oiN 2OpviY5d5XU6ywB/k+nav54PUCl81sbKUpkEKHH8nAXP6hW/cDgBzlwCGIVCD3CixHtb coXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Y7Ax+YI7IxccV2GdIP19VZ2minW0lQ2ORfhIbpOPgYA=; b=RpGrYNVj9SQxZhqjgLuqqDKpSbLsqZ2JgRO1JBeaQXOt2EY4p/+NDW+jUyxZtYfomo ADJV8ly08AZF/WOPntpTlp8GRXn8wVIOfn9crGbf20vTh51j7CDxWq8iiqwcYt0Dldd8 Y3NTUuQigih59+20/qU4oiFOk0N20npozJ+y6nLTK6O3iwlas8KMSp802kvCYhAA/ZpB yr6MEWJbwR/1M+SK5Z/hUPN3phg1dqIidDxWeKiVcDWI0mCz54lkk+KbH2P7YG2gNBHG e7xQTK0hK5CZgiMQ2EOKA2HhptpjxLMLsir/VHuzWasclDM3zrnw9eFfYrZirspRl5pP P4JQ== X-Gm-Message-State: AOAM533gdbqqgbkCyWDRqDP+2BGTEJHQ+6qZ9ABRucmGOA58Hq9Tn4+B d6pFK/VoyzCdYwVF/KUX6Qq18LTKqoI9gJxlgo+h+Q== X-Google-Smtp-Source: ABdhPJxN0j67P77maiLvJahvNjko/B8zZppE25QQ5IXgDp7xB4i0h1T82Zto8OKAxOQxpVOkTx1wf2eUyA8kSAHa6s0= X-Received: by 2002:a2e:8ec1:: with SMTP id e1mr1392947ljl.195.1605604181273; Tue, 17 Nov 2020 01:09:41 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Magnus Hagander Date: Tue, 17 Nov 2020 10:09:29 +0100 Message-ID: Subject: Re: postgresql-contrib package To: Maciek Sakrejda Cc: PostgreSQL on Debian and Ubuntu Content-Type: multipart/alternative; boundary="000000000000e0032605b449da3e" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000e0032605b449da3e Content-Type: text/plain; charset="UTF-8" On Tue, Nov 17, 2020 at 12:24 AM Maciek Sakrejda wrote: > 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. > > Correct, modern versions on Debian include those modules that used to be in the contrib package in the main package instead. -- Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redpill-linpro.com/ --000000000000e0032605b449da3e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Tue, Nov 17, 2020 at 12:24 AM Maci= ek Sakrejda <maciek@pganalyze.co= m> wrote:
Hello,

I had a question abo= ut 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 kn= ow that for a while, both pg_stat_statements and auto_explain were availabl= e via the postgresql-contrib package, but now it appears that this is a vir= tual package that just ensures installation of the main server package? Is = it no longer necessary to install contrib separately on modern systems? I l= ooked through the packaging wiki and faq to try to find more details, but I= did not find any info.

Correct, modern versions on Debian include those modules that u= sed to be in the contrib package in the main package instead.=C2=A0

--
=C2=A0Magnus Hagander
=C2=A0Me: https://www.hagander.net/
=C2=A0Work:= https://www.r= edpill-linpro.com/
--000000000000e0032605b449da3e--