diff options
| author | John Naylor <john.naylor@postgresql.org> | 2022-08-04 15:59:32 +0700 |
|---|---|---|
| committer | John Naylor <john.naylor@postgresql.org> | 2022-08-04 16:10:21 +0700 |
| commit | 120e159b7d93fa36b94ded8a51fe4e619e1261ca (patch) | |
| tree | f944fbccc0f680284a0693bfd2befec0e0940c81 /doc/src | |
| parent | d107e73fa8b5ba874a4b29be73e743652c32efd2 (diff) | |
Fix assorted doc typos
Erik Rijkers and Justin Pryzby
Backpatch to v14
Discussion: https://www.postgresql.org/message-id/b79bfeff-d0e3-29a3-2576-0e325848dede%40xs4all.nl
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/brin.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/ref/drop_extension.sgml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml index 4ee8908b65a..71697155d7c 100644 --- a/doc/src/sgml/brin.sgml +++ b/doc/src/sgml/brin.sgml @@ -75,7 +75,7 @@ summarized will cause the summary information to be updated with data from the new tuples. When a new page is created that does not fall within the last - summarized range, the range that the new page belongs into + summarized range, the range that the new page belongs to does not automatically acquire a summary tuple; those tuples remain unsummarized until a summarization run is invoked later, creating the initial summary for that range. diff --git a/doc/src/sgml/ref/drop_extension.sgml b/doc/src/sgml/ref/drop_extension.sgml index 4ea20131c79..dcc52c2ced0 100644 --- a/doc/src/sgml/ref/drop_extension.sgml +++ b/doc/src/sgml/ref/drop_extension.sgml @@ -81,8 +81,8 @@ DROP EXTENSION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [ <listitem> <para> This option prevents the specified extensions from being dropped - if there exists non-extension-member objects that depends on any - the extensions. This is the default. + if there exist non-extension-member objects that depend on any + of the extensions. This is the default. </para> </listitem> </varlistentry> |
