Re: How to debug extension update

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: kaido vaikla <kaido(dot)vaikla(at)gmail(dot)com>
Cc: Zaid Shabbir <zaidshabbir(at)gmail(dot)com>, pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: How to debug extension update
Date: 2025-01-14 14:27:53
Message-ID: 680730.1736864873@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

kaido vaikla <kaido(dot)vaikla(at)gmail(dot)com> 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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Gambhir Singh 2025-01-15 14:53:01 Need an idea to operate massive delete operation on big size table.
Previous Message kaido vaikla 2025-01-14 10:16:29 Re: How to debug extension update