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>