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 1iGJPV-0007s4-QQ for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 04 Oct 2019 08:58:01 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1iGJPU-0005C1-KF for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 04 Oct 2019 08:58:00 +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 1iGJPU-0005Bl-DB for pgsql-pkg-debian@lists.postgresql.org; Fri, 04 Oct 2019 08:58:00 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iGJPR-0004qF-Rv for pgsql-pkg-debian@postgresql.org; Fri, 04 Oct 2019 08:58:00 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1473:f520:76e5:bff:fef3:7e00]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 46l3g92Wxlz3F1j; Fri, 4 Oct 2019 10:57:57 +0200 (CEST) Date: Fri, 4 Oct 2019 10:57:56 +0200 From: Christoph Berg To: Sander Eikelenboom Cc: pgsql-pkg-debian@postgresql.org Subject: Re: Extension packages not visible / available for postgres 12 yet ? Message-ID: <20191004085748.GB24915@msg.df7cb.de> Mail-Followup-To: Christoph Berg , Sander Eikelenboom , pgsql-pkg-debian@postgresql.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Sander Eikelenboom 2019-10-04 > My sources list contains the apt.postgresql.org repo and I don't get any error while running apt update: > deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main 12 > > For example i can't find with apt / aptitude: > postgresql-12-pgrouting > postgresql-12-postgis-2.x There is no postgresql-12-postgis-2.5 package because 3.0 is already in the pipeline, and unfortunately we can't build both because that's both the same "postgis" source package, with no version number in the package*name. (That's why for PostgreSQL, the source packages are called postgresql-11 postgresql-12 ...) > Are these packages unavailable yet ? > If so do you have any idea when the will get available ? postgresql-12-pgrouting isn't there yet because so far, the postgresql-*-postgis-* packages had weird requirements wrt the -scripts packages being installed, and that will only get sorted with postgis 3. Possibly earlier, but things are unfortunately complicated. Christoph