Skip to content

Commit 9c52548

Browse files
committed
Update pgpathman and sr_plan sgml
1 parent 12d5f27 commit 9c52548

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/src/sgml/pgpathman.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ WHERE id = 150
9494
</listitem>
9595
<listitem>
9696
<para>
97-
LIST-patitioning;
97+
LIST-partitioning;
9898
</para>
9999
</listitem>
100100
<listitem>
101101
<para>
102-
HASH-patitioning by non integer attribtes.
102+
HASH-partitioning by non-integer attributes.
103103
</para>
104104
</listitem>
105105
</itemizedlist>

doc/src/sgml/sr_plan.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<para>
1111
sr_plan is an extension which allows to save query execution plans
1212
and use these plans for all repetitions of same query, instead of
13-
optimizing identical query again and again/
13+
optimizing identical query again and again.
1414
</para>
1515
<para>
1616
sr_plan looks like Oracle Outline system. It can be used to lock

0 commit comments

Comments
 (0)