0001-DOCS-Fix-missing-comma-in-UPDATE-FOR-PORTION-OF-text.patch
application/octet-stream
Filename: 0001-DOCS-Fix-missing-comma-in-UPDATE-FOR-PORTION-OF-text.patch
Type: application/octet-stream
Part: 0
From 83f6a5e79706ffd126ce98f3417b93231598afcb Mon Sep 17 00:00:00 2001
From: Zizhuan Liu <44973863@qq.com>
Date: Mon, 25 May 2026 16:59:41 +0800
Subject: [PATCH] DOCS : Fix missing comma in UPDATE FOR PORTION OF text
description
---
doc/src/sgml/ref/update.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/src/sgml/ref/update.sgml b/doc/src/sgml/ref/update.sgml
index 92c12c3..dd57bea 100644
--- a/doc/src/sgml/ref/update.sgml
+++ b/doc/src/sgml/ref/update.sgml
@@ -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>.
--
2.43.0