Doc: Mention that double quotes are required in "PGPOOL SHOW" command if the paramete...
authorBo Peng <pengbo@sraoss.co.jp>
Mon, 9 Aug 2021 01:43:47 +0000 (10:43 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Mon, 9 Aug 2021 01:56:55 +0000 (10:56 +0900)
doc.ja/src/sgml/ref/pgpool_show.sgml
doc/src/sgml/ref/pgpool_show.sgml

index 75eb5321021872de6cb540c4830c0a78f97b1109..77ebee6e1f3a6d162361e37ca11a1d1411f01629 100644 (file)
@@ -77,6 +77,12 @@ PostgreSQL documentation
       <productname>Pgpool-II</productname> の設定パラメータ名です。指定可能なパラメータ名は
       <xref linkend="runtime-config"> をご参照ください。
      </para>
+     <note>
+      <para>
+       大文字を含むパラメータ名(例えば、<xref linkend="GUC-DELEGATE-IP">)の場合には、
+       パラメータ名をダブルクォートで囲んで実行してください。
+      </para>
+     </note>
     </listitem>
    </varlistentry>
 
index af46453d4c442887a48c68a98630e813292aabd4..25895c9cd39b4b0b1f78a2196ef2b52e43733228 100644 (file)
@@ -54,6 +54,12 @@ PostgreSQL documentation
       The name of a <productname>Pgpool-II</productname> configuration parameter.
       Available parameters are documented in <xref linkend="runtime-config">
      </para>
+     <note>
+      <para>
+       If the parameter contains uppercase letters (e.g. <xref linkend="GUC-DELEGATE-IP">),
+       the parameter name must be enclosed in double quotes.
+      </para>
+     </note>
     </listitem>
    </varlistentry>