From ebe124eacd7c3faa36ed358e7cc1d7c5b419e5f6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:18:09 +0200 Subject: Merging upstream version 15.6. Signed-off-by: Daniel Baumann --- doc/src/sgml/glossary.sgml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/glossary.sgml') diff --git a/doc/src/sgml/glossary.sgml b/doc/src/sgml/glossary.sgml index d6d0a3a..ada723a 100644 --- a/doc/src/sgml/glossary.sgml +++ b/doc/src/sgml/glossary.sgml @@ -990,8 +990,8 @@ (just like a view), but stores data in the same way that a table does. It cannot be - modified via INSERT, UPDATE, or - DELETE operations. + modified via INSERT, UPDATE, + DELETE, or MERGE operations. For more information, see @@ -1000,6 +1000,23 @@ + + Merge + + + An SQL command used to conditionally add, modify, + or remove rows + in a given table, + using data from a source + relation. + + + For more information, see + . + + + + Multi-version concurrency control (MVCC) -- cgit v1.2.3