Skip to content

Commit 9e3ae05

Browse files
committed
[Doc]: fix typos patch
1 parent ddb67da commit 9e3ae05

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/src/sgml/intro.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
<simpara><application>fulleq</application> module provides additional equivalence operator to compatibility with Microsoft SQL Server.</simpara>
215215
</listitem>
216216
<listitem>
217-
<simpara><application>fasttrun</application> module provides transaction unsafe function to truncate tempory tables without growing pg_class size.</simpara>
217+
<simpara><application>fasttrun</application> module provides transaction unsafe function to truncate temporary tables without growing pg_class size.</simpara>
218218
</listitem>
219219
<listitem>
220220
<simpara><application>online_analyze</application> module provides set of

doc/src/sgml/mchar.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</listitem>
3939
<listitem>
4040
<para>
41-
These types are always stored as two-byte unicode value regradless
41+
These types are always stored as two-byte unicode value regardless
4242
of database encoding.
4343
</para>
4444
</listitem>

doc/src/sgml/pgquerystate.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
optimization/planning stage is translated into plan tree wich is kind of
1212
imperative representation of declarative SQL query. EXPLAIN ANALYZE
1313
request allows to demonstrate execution statistics gathered from each
14-
node of plan tree (full time of execution, number rows emitted to upper
14+
node of plan tree (full time of execution, number of rows emitted to upper
1515
nodes, etc). But this statistics is collected after execution of query.
1616
This module allows to show actual statistics of query running on external
1717
backend. At that, format of resulting output is almost identical to
@@ -182,7 +182,7 @@
182182
</listitem>
183183
</itemizedlist>
184184
<para>
185-
This parameters is set on called side before running any queries whose
185+
These parameters are set on called side before running any queries whose
186186
states are attempted to extract. <literal>WARNING</literal>: if
187187
pg_query_state.enable_timing is turned off the calling side cannot get
188188
time statistics, similarly for pg_query_state.enable_buffers parameter.

0 commit comments

Comments
 (0)