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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: clarify how dropping of extensions affects dependent objs.
Date: 2022-07-14 21:41:28
Message-ID: E1oC6aN-000DPG-P3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2022-07-15 00:01:36 pgsql: docs: make monitoring "phases" table titles consistent
Previous Message Bruce Momjian 2022-07-14 20:34:56 pgsql: pg_upgrade doc: mention that replication slots must be recreated