Re: fix typos
John Naylor <john.naylor@enterprisedb.com>
From: John Naylor <john.naylor@enterprisedb.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Erik Rijkers <er@xs4all.nl>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Bruce Momjian <bruce@momjian.us>
Date: 2022-08-04T08:08:59Z
Lists: pgsql-hackers
On Wed, Aug 3, 2022 at 11:41 PM Robert Haas <robertmhaas@gmail.com> wrote: > > I think that it's talking about this (documented) syntax: > > ALTER ROUTINE name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] > [ NO ] DEPENDS ON EXTENSION extension_name > > So the change from "depends" to "depend" here is incorrect. Maybe we > can say something like: > > the <literal>DEPENDS ON EXTENSION > <replaceable>extension_name</replaceable><literal> action > > (I haven't tested whether this markup works.) Makes sense, I'll go make it happen. -- John Naylor EDB: 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