File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 75
75
summarized will cause the summary information to be updated with data
76
76
from the new tuples.
77
77
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
79
79
does not automatically acquire a summary tuple;
80
80
those tuples remain unsummarized until a summarization run is
81
81
invoked later, creating the initial summary for that range.
Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ DROP EXTENSION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [
81
81
<listitem>
82
82
<para>
83
83
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.
86
86
</para>
87
87
</listitem>
88
88
</varlistentry>
Original file line number Diff line number Diff line change @@ -2864,7 +2864,7 @@ lo_import 152801
2864
2864
</para>
2865
2865
2866
2866
<para>
2867
- <literal>page</literal>: truncate the the header line at the terminal
2867
+ <literal>page</literal>: truncate the header line at the terminal
2868
2868
width.
2869
2869
</para>
2870
2870
You can’t perform that action at this time.
0 commit comments