Re: How to debug extension update

From: kaido vaikla <kaido(dot)vaikla(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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-20 11:57:19
Message-ID: CA+427g9UOgYY4NMSzxcwXiZfwx9P5+b7bLXmEBYM8nx7FTigGQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, 14 Jan 2025 at 16:27, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> 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
>

usage privilege exists:
teglms=# \dT geometry
List of data types
Schema | Name | Description
---------+----------+--------------------------------------------------------------------------------------
postgis | geometry | postgis type: The type representing spatial features
with planar coordinate systems.
(1 row)

teglms=# \dn+ postgis
List of schemas
Name | Owner | Access privileges | Description
---------+------------+------------------------------+-------------
postgis | eglmsadmin | eglmsadmin=UC/eglmsadmin +|
| | gr_postgis_r=U/eglmsadmin +|
| | gr_postgis_rw=U/eglmsadmin +|
| | gr_postgis_rwx=UC/eglmsadmin |
(1 row)

br
Kaido

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Andreas Froede 2025-01-20 13:01:11 Re: Move datapath
Previous Message Siraj G 2025-01-20 11:07:11 Re: Performance issue - Seq Scan