Re: alter function/procedure depends on extension

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: alter function/procedure depends on extension
Дата
Msg-id 810145.1649778569@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: alter function/procedure depends on extension  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: alter function/procedure depends on extension  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
"David G. Johnston" <david.g.johnston@gmail.com> writes:
> -      A function that's marked as dependent on an extension is automatically
> -      dropped when the extension is dropped.
> +      A function that's marked as dependent on an extension is skipped during
> +      dependency checking in restrict mode <xref linkend="sql-dropextension"/>.

That is absolutely not an improvement.  The proposed replacement text
is about as clear as mud.

> +      A function can depend upon multiple extensions, and will be dropped when
> +      any one of those extensions is dropped.

This addition might be worth making, though.

(likewise for the other instances, of course)

            regards, tom lane



В списке pgsql-general по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: alter function/procedure depends on extension
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: alter function/procedure depends on extension