V1-0001 Get rid of section n_n_n - string constants.diff
application/octet-stream
Filename: V1-0001 Get rid of section n_n_n - string constants.diff
Type: application/octet-stream
Part: 1
From 70ae552a57b4e26f855c1c13305767411fa6eefe Mon Sep 17 00:00:00 2001
From: PegoraroF10 <marcos@f10.com.br>
Date: Fri, 19 Dec 2025 15:15:51 -0300
Subject: [PATCH] Added xreflabel="string constants" to "sql-syntax-strings" on
syntax.sgml and all section n.n.n will be replaced by string constants
---
doc/src/sgml/syntax.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml
index 34c83880a66..3f472f96d02 100644
--- a/doc/src/sgml/syntax.sgml
+++ b/doc/src/sgml/syntax.sgml
@@ -290,7 +290,7 @@ U&"d!0061t!+000061" UESCAPE '!'
subsections.
</para>
- <sect3 id="sql-syntax-strings">
+ <sect3 id="sql-syntax-strings" xreflabel="string constants">
<title>String Constants</title>
<indexterm zone="sql-syntax-strings">
--
2.51.2.windows.1