Inconsistent "" use - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Inconsistent "" use
Date
Msg-id 20210110.202242.1907932547159283170.t-ishii@sraoss.co.jp
Whole thread Raw
Responses Re: Inconsistent "" use  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
In doc/src/sgml/func.sgml description of SHOW command use
"<acronym>SQL</acronym>", while SET command description the same
section does not use "<acronym>". Shouldn't the description of SET use
"<acronym>" for "SQL" as well? Patch attached.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 02a37658ad..ecb66f9c3f 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -24551,7 +24551,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
         If <parameter>is_local</parameter> is <literal>true</literal>, the new
         value will only apply for the current transaction. If you want the new
         value to apply for the current session, use <literal>false</literal>
-        instead. This function corresponds to the SQL
+        instead. This function corresponds to the <acronym>SQL</acronym>
         command <command>SET</command>.
        </para>
        <para>

pgsql-hackers by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: Added schema level support for publication.
Next
From: "Wang, Shenhao"
Date:
Subject: invalid data in file backup_label problem on windows