Re: doc: Clarify Routines and Extension Membership

2022-08-12 Thread Bruce Momjian
On Mon, Jul 18, 2022 at 04:40:15PM -0400, Bruce Momjian wrote: > > Also, I'm thinking to change, on the same page (description): > > > > "Dropping an extension causes its component objects," > > > > to be: > > > > "Dropping an extension causes its member objects," > > > > I'm not sure why I ori

Re: doc: Clarify Routines and Extension Membership

2022-07-18 Thread Bruce Momjian
On Thu, Jul 14, 2022 at 06:27:17PM -0700, David G. Johnston wrote: > Thank you and apologies for being quiet here and on a few of the other  > threads. > I've been on vacation and flagged as ToDo some of the non-simple feedback > items > that have come this way. No need to worry --- we will incor

Re: doc: Clarify Routines and Extension Membership

2022-07-14 Thread David G. Johnston
On Thu, Jul 14, 2022 at 2:41 PM Bruce Momjian wrote: > On Fri, Jul 8, 2022 at 10:55:55PM -0400, Bruce Momjian wrote: > > > The/that inconsistency ... choose one. Or actually, the "an ... the" > > > combination you used elsewhere doesn't grate on the ear either. > > > > > > + For each exten

Re: doc: Clarify Routines and Extension Membership

2022-07-14 Thread Bruce Momjian
On Fri, Jul 8, 2022 at 10:55:55PM -0400, Bruce Momjian wrote: > > The/that inconsistency ... choose one. Or actually, the "an ... the" > > combination you used elsewhere doesn't grate on the ear either. > > > > + For each extension, refuse to drop anything if any objects (other > > than th

Re: doc: Clarify Routines and Extension Membership

2022-07-08 Thread Bruce Momjian
On Tue, Jul 5, 2022 at 08:12:09PM -0400, Tom Lane wrote: > "David G. Johnston" writes: > > + A function that's marked as dependent on an extension is dropped when > the > + extension is dropped, even if cascade is not specified. > + dependency checking in restrict mode linkend="

Re: doc: Clarify Routines and Extension Membership

2022-07-05 Thread Tom Lane
"David G. Johnston" writes: + A function that's marked as dependent on an extension is dropped when the + extension is dropped, even if cascade is not specified. + dependency checking in restrict mode . + A function can depend upon multiple extensions, and will be dropped when

doc: Clarify Routines and Extension Membership

2022-06-09 Thread David G. Johnston
Hi. Reposting this on its own thread. https://www.postgresql.org/message-id/flat/CAKFQuwby1aMsJDMeibaBaohgoaZhivAo4WcqHC1%3D9-GDZ3TSng%40mail.gmail.com Per discussion on -general the documentation for the ALTER ROUTINE ... DEPENDS ON EXTENSION and DROP EXTENSION doesn't clearly indic