Skip to content

Commit 9f08803

Browse files
committed
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
1 parent f217d09 commit 9f08803

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/src/sgml/brin.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
summarized will cause the summary information to be updated with data
7676
from the new tuples.
7777
When a new page is created that does not fall within the last
78-
summarized range, the range that the new page belongs into
78+
summarized range, the range that the new page belongs to
7979
does not automatically acquire a summary tuple;
8080
those tuples remain unsummarized until a summarization run is
8181
invoked later, creating the initial summary for that range.

doc/src/sgml/ref/drop_extension.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ DROP EXTENSION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [
8181
<listitem>
8282
<para>
8383
This option prevents the specified extensions from being dropped
84-
if there exists non-extension-member objects that depends on any
85-
the extensions. This is the default.
84+
if there exist non-extension-member objects that depend on any
85+
of the extensions. This is the default.
8686
</para>
8787
</listitem>
8888
</varlistentry>

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2864,7 +2864,7 @@ lo_import 152801
28642864
</para>
28652865

28662866
<para>
2867-
<literal>page</literal>: truncate the the header line at the terminal
2867+
<literal>page</literal>: truncate the header line at the terminal
28682868
width.
28692869
</para>
28702870

0 commit comments

Comments
 (0)