mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +03:00
doc: Spell checking
This commit is contained in:
@@ -1002,7 +1002,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
|
||||
</para>
|
||||
<para>
|
||||
If <literal>FINALIZE</literal> is specified, a previous
|
||||
<literal>DETACH CONCURRENTLY</literal> invocation that was cancelled or
|
||||
<literal>DETACH CONCURRENTLY</literal> invocation that was canceled or
|
||||
interrupted is completed.
|
||||
At most one partition in a partitioned table can be pending detach at
|
||||
a time.
|
||||
|
||||
@@ -2430,7 +2430,7 @@ hello 10
|
||||
</para>
|
||||
<para>
|
||||
The <command>\if</command> and <command>\elif</command> commands read
|
||||
their argument(s) and evaluate them as a boolean expression. If the
|
||||
their argument(s) and evaluate them as a Boolean expression. If the
|
||||
expression yields <literal>true</literal> then processing continues
|
||||
normally; otherwise, lines are skipped until a
|
||||
matching <command>\elif</command>, <command>\else</command>,
|
||||
|
||||
Reference in New Issue
Block a user