Re: fix typos
Erik Rijkers <er@xs4all.nl>
From: Erik Rijkers <er@xs4all.nl>
To: John Naylor <john.naylor@enterprisedb.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, bruce@momjian.us
Date: 2022-08-02T08:32:15Z
Lists: pgsql-hackers
Op 02-08-2022 om 07:28 schreef John Naylor: > > On Tue, Aug 2, 2022 at 1:05 AM Erik Rijkers <er@xs4all.nl > <mailto:er@xs4all.nl>> wrote: > > > > Recent typos... > > The part of the sentence inside parentheses is not clear to me, before > or after the patch: > > Dropping an extension causes its component objects, and other > explicitly > dependent routines (see <xref linkend="sql-alterroutine"/>, > - the depends on extension action), to be dropped as well. > + that depend on extension action), to be dropped as well. > </para> > Hm, I see what you mean, I did not notice that earlier and I won't make a guess as to intention. Maybe Bruce can have another look? (commit 5fe2d4c56e) > -- > John Naylor > EDB: http://www.enterprisedb.com <http://www.enterprisedb.com>
Commits
-
Fix formatting and comment typos
- bcabbfc6a94b 16.0 landed
-
Fix assorted doc typos
- 120e159b7d93 14.5 landed
- b25566ab3c65 15.0 landed
- 9f08803828d7 16.0 landed
-
Clarify DROP EXTENSION docs regarding explicitly dependent routines
- d107e73fa8b5 14.5 landed
- 0436f34d406a 15.0 landed
- f217d093fd61 16.0 landed
-
doc: clarify how dropping of extensions affects dependent objs.
- 5fe2d4c56edd 16.0 cited
-
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
- c91560defc57 12.0 cited