summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Naylor2022-08-04 08:59:32 +0000
committerJohn Naylor2022-08-04 09:09:15 +0000
commit9f08803828d7dc9691e773f5bec4eed21f5ff520 (patch)
tree1890ab4be4e150de168fc907679d9a1d8aa89cf3
parentf217d093fd6107731654c43d837bb4fece205d47 (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
-rw-r--r--doc/src/sgml/brin.sgml2
-rw-r--r--doc/src/sgml/ref/drop_extension.sgml4
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml
index 4ee8908b65..71697155d7 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 4ea20131c7..dcc52c2ced 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>
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index a95ddd60ee..7ba6e4efcb 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -2864,7 +2864,7 @@ lo_import 152801
</para>
<para>
- <literal>page</literal>: truncate the the header line at the terminal
+ <literal>page</literal>: truncate the header line at the terminal
width.
</para>