Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tXhtf-00D3SG-0H for pgsql-admin@arkaria.postgresql.org; Tue, 14 Jan 2025 14:27:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tXhtd-001A7N-9T for pgsql-admin@arkaria.postgresql.org; Tue, 14 Jan 2025 14:27:57 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tXhtc-001A7F-TG for pgsql-admin@lists.postgresql.org; Tue, 14 Jan 2025 14:27:57 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tXhtb-000Mwn-0e for pgsql-admin@postgresql.org; Tue, 14 Jan 2025 14:27:57 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 50EERr1l680731; Tue, 14 Jan 2025 09:27:53 -0500 From: Tom Lane To: kaido vaikla cc: Zaid Shabbir , pgsql-admin Subject: Re: How to debug extension update In-reply-to: References: <1334421.1736193470@sss.pgh.pa.us> Comments: In-reply-to kaido vaikla message dated "Tue, 14 Jan 2025 12:16:29 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <680729.1736864873.1@sss.pgh.pa.us> Date: Tue, 14 Jan 2025 09:27:53 -0500 Message-ID: <680730.1736864873@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk kaido vaikla writes: > 2) about missing access privileges > I checked different databases with > \dT+ *.* What I was suspicious of is whether you have "usage" privilege on the schema that the postgis datatype is installed in. The above command would not tell you that. regards, tom lane