Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b25566a

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 0436f34 commit b25566a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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>

0 commit comments

Comments
 (0)