Обсуждение: pgsql: doc: clarify how dropping of extensions affects dependent objs.

Поиск
Список
Период
Сортировка

pgsql: doc: clarify how dropping of extensions affects dependent objs.

От
Bruce Momjian
Дата:
doc:  clarify how dropping of extensions affects dependent objs.

Clarify that functions/procedures are dropped when any extension that
depends on them is dropped.

Reported-by: David G. Johnston

Discussion: https://postgr.es/m/CAKFQuwbPSHMDGkisRUmewopweC1bFvytVqB=a=X4GFg=4ZWxPA@mail.gmail.com

Backpatch-through: 13

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2fc2d805e9c7acd554689782e854cd713faf9575

Modified Files
--------------
doc/src/sgml/ref/alter_function.sgml  |  6 ++++--
doc/src/sgml/ref/alter_procedure.sgml |  7 ++++++-
doc/src/sgml/ref/drop_extension.sgml  | 10 ++++++----
3 files changed, 16 insertions(+), 7 deletions(-)