mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
doc: add comma to UPDATE docs, for consistency
Reported-by: X-MAN Author: X-MAN Discussion: https://postgr.es/m/tencent_90A64D807DE3586650CF3426C28BB599D30A@qq.com
This commit is contained in:
parent
0b866bb903
commit
9a41b34a28
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ UPDATE [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ]
|
|||
class="parameter">start_time</replaceable> <literal>TO</literal>
|
||||
<replaceable class="parameter">end_time</replaceable>. Otherwise, it
|
||||
must be in the form <literal>(</literal><replaceable
|
||||
class="parameter">portion</replaceable><literal>)</literal> where
|
||||
class="parameter">portion</replaceable><literal>)</literal>, where
|
||||
<replaceable class="parameter">portion</replaceable> is an expression
|
||||
that yields a value of the same type as <replaceable
|
||||
class="parameter">range_column_name</replaceable>.
|
||||
|
|
|
|||
Loading…
Reference in a new issue