Re: alter function/procedure depends on extension

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: Bryn Llewellyn <bryn(at)yugabyte(dot)com>, pgsql-general list <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: alter function/procedure depends on extension
Date: 2022-02-17 18:26:15
Message-ID: CAKFQuwbmmLpTDkVPmo8KaQUnXGWKMp6Yo1gouA1gsYKcA5LeDQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Feb 17, 2022 at 11:15 AM David G. Johnston <
david(dot)g(dot)johnston(at)gmail(dot)com> wrote:

> and the documentation for ALTER FUNCTION should read "...as dependent on
> an extension may be dropped when the extension is dropped".
>

Nevermind this - if the extension is dropped the function will go away.
But the extension can refuse to be dropped due to the existence of this
function. Doesn't seem like we need to spell that out on the ALTER
FUNCTION page.

David J.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shaozhong SHI 2022-02-17 20:11:10 frequency of positive and negative numbers, sizes of numbers and frequency of alteration of polarity
Previous Message David G. Johnston 2022-02-17 18:15:04 Re: alter function/procedure depends on extension