mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
doc: wording improvements
Discussion: https://postgr.es/m/a5180360-ec04-ac58-25ce-3d795d3d1f6c@postgrespro.ru Author: Ekaterina Kiryanova Backpatch-through: master
This commit is contained in:
@@ -381,9 +381,9 @@ DELETE
|
||||
An expression to assign to the column. If used in a
|
||||
<literal>WHEN MATCHED</literal> clause, the expression can use values
|
||||
from the original row in the target table, and values from the
|
||||
<literal>data_source</literal> row.
|
||||
<replaceable>data_source</replaceable> row.
|
||||
If used in a <literal>WHEN NOT MATCHED</literal> clause, the
|
||||
expression can use values from the <literal>data_source</literal>.
|
||||
expression can use values from the <replaceable>data_source</replaceable>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user