Re: How to debug extension update - Mailing list pgsql-admin

From Tom Lane
Subject Re: How to debug extension update
Date
Msg-id 680730.1736864873@sss.pgh.pa.us
Whole thread Raw
In response to Re: How to debug extension update  (kaido vaikla <kaido.vaikla@gmail.com>)
Responses Re: How to debug extension update
List pgsql-admin
kaido vaikla <kaido.vaikla@gmail.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



pgsql-admin by date:

Previous
From: kaido vaikla
Date:
Subject: Re: How to debug extension update
Next
From: Gambhir Singh
Date:
Subject: Need an idea to operate massive delete operation on big size table.