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 1iGKc1-0001vM-78 for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 04 Oct 2019 10:15: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 1iGKc0-0007HP-2T for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 04 Oct 2019 10:15:00 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iGKbz-0007H0-Ml for pgsql-pkg-debian@lists.postgresql.org; Fri, 04 Oct 2019 10:14:59 +0000 Received: from server.eikelenboom.it ([91.121.65.215]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iGKbw-0000aq-Hz for pgsql-pkg-debian@postgresql.org; Fri, 04 Oct 2019 10:14:58 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=eikelenboom.it; s=20180706; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=0e5F6aslpp8ky1UOGzDrTAOZ2v+u9ysgPpD2Z4mPnME=; b=Shro27+q2tCp+ULGTq1pR3kbo/ 0Arz8K9VY/BCE/ssWn0UGJwXZPvA5cKqi3iRM2jbDYBggbgA3+wKYd5eBSD0W43JTnkqIcCCFeuLt /Gg24bs2Gj24JA0ZlBaP+4vqhScld3O3+Jr3cBlEVYsh5cdIpisJVZ/8K6+szfc9v/E4=; Received: from ip4da85049.direct-adsl.nl ([77.168.80.73]:38767 helo=[10.97.34.6]) by server.eikelenboom.it with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1iGKcV-00032l-JX; Fri, 04 Oct 2019 12:15:31 +0200 Subject: Re: Extension packages not visible / available for postgres 12 yet ? To: Christoph Berg , pgsql-pkg-debian@postgresql.org References: <20191004085748.GB24915@msg.df7cb.de> From: Sander Eikelenboom Message-ID: <0564bc35-febb-d9bc-5bc5-cdb8dd919a9e@eikelenboom.it> Date: Fri, 4 Oct 2019 12:15:31 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20191004085748.GB24915@msg.df7cb.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 04/10/2019 10:57, Christoph Berg wrote: > 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. Hi Christoph, I got the impression it should work from https://postgis.net/ where it states: 2.5.3 This release supports PostgreSQL 9.3-12 You are encouraged to use the PostGIS 3.0 unreleased branch with PostgreSQL 12 , which has features specifically designed to take advantage of features new in PostgreSQL 12. But as i understand it's mostly a packaging problem. Thanks for the info, I will just wait for postgis 3 for those specific databases that use this extension ! -- Sander > Christoph >