1
0
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:
Bruce Momjian
2023-10-27 17:23:09 -04:00
parent 5ae2087202
commit a978565ffc
13 changed files with 35 additions and 29 deletions

View File

@@ -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>