Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1j3zJI-0004lv-PT for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 18 Feb 2020 09:36:56 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1j3zJH-0006Ei-JQ for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 18 Feb 2020 09:36:55 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1j3zJH-0006Eb-CM for pgsql-pkg-debian@lists.postgresql.org; Tue, 18 Feb 2020 09:36:55 +0000 Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j3zJE-0000YB-39 for pgsql-pkg-debian@postgresql.org; Tue, 18 Feb 2020 09:36:54 +0000 X-Originating-IP: 80.117.242.106 Received: from liz (host106-242-dynamic.117-80-r.retail.telecomitalia.it [80.117.242.106]) (Authenticated sender: strk@kbt.io) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 8085960004; Tue, 18 Feb 2020 09:36:49 +0000 (UTC) Date: Tue, 18 Feb 2020 10:36:47 +0100 From: Sandro Santilli Sender: strk@kbt.io To: pgsql-pkg-debian@postgresql.org Subject: which package has pg_config ? Message-ID: <20200218093647.GA17788@liz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk I was used to the postgresql-server-dev-XXX packages to have pg_config (the one specific to the given version) but I found that file missing from the package for version 11: https://travis-ci.org/qgis/QGIS/jobs/651881033#L769 How do I obtain a pg_config bound to PostgreSQL 11 installation ? --strk;