mirror of
https://github.com/postgres/postgres.git
synced 2026-06-22 16:40:46 -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:
@@ -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>.
|
||||
|
||||
Reference in New Issue
Block a user