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

From Tom Lane
Subject Re: How to debug extension update
Date
Msg-id 1334421.1736193470@sss.pgh.pa.us
Whole thread Raw
In response to 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:
> Why update can't find an extension, while i can describe it and search_path
> seems to be correct?

Extension scripts are not run with the session's prevailing
search_path, but with a search path built from the extension's
dependencies.  In this case, schema postgis would be included
in that path only if extension postgis_topology specifies

     requires = 'postgis'

in its postgis_topology.control file.  It kinda sounds like that
might be missing?  If it's present, then Ron's thought about
missing access privileges for the postgis schema might be the
answer.

            regards, tom lane



pgsql-admin by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Postgresql 17 incremental backup
Next
From: Guillaume Lelarge
Date:
Subject: Re: Postgresql 17 incremental backup