mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
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
This commit is contained in:
parent
0436f34d40
commit
b25566ab3c
@ -75,7 +75,7 @@
|
|||||||
summarized will cause the summary information to be updated with data
|
summarized will cause the summary information to be updated with data
|
||||||
from the new tuples.
|
from the new tuples.
|
||||||
When a new page is created that does not fall within the last
|
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;
|
does not automatically acquire a summary tuple;
|
||||||
those tuples remain unsummarized until a summarization run is
|
those tuples remain unsummarized until a summarization run is
|
||||||
invoked later, creating the initial summary for that range.
|
invoked later, creating the initial summary for that range.
|
||||||
|
@ -81,8 +81,8 @@ DROP EXTENSION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
This option prevents the specified extensions from being dropped
|
This option prevents the specified extensions from being dropped
|
||||||
if there exists non-extension-member objects that depends on any
|
if there exist non-extension-member objects that depend on any
|
||||||
the extensions. This is the default.
|
of the extensions. This is the default.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user