File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,12 +94,12 @@ WHERE id = 150
94
94
</listitem>
95
95
<listitem>
96
96
<para>
97
- LIST-patitioning ;
97
+ LIST-partitioning ;
98
98
</para>
99
99
</listitem>
100
100
<listitem>
101
101
<para>
102
- HASH-patitioning by non integer attribtes .
102
+ HASH-partitioning by non- integer attributes .
103
103
</para>
104
104
</listitem>
105
105
</itemizedlist>
Original file line number Diff line number Diff line change 10
10
<para>
11
11
sr_plan is an extension which allows to save query execution plans
12
12
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.
14
14
</para>
15
15
<para>
16
16
sr_plan looks like Oracle Outline system. It can be used to lock
You can’t perform that action at this time.
0 commit comments