OSDN Git Service

Fix typo in document.
authorMasaoFujii <masao.fujii@gmail.com>
Fri, 4 Oct 2013 04:32:56 +0000 (13:32 +0900)
committerMasaoFujii <masao.fujii@gmail.com>
Fri, 4 Oct 2013 04:32:56 +0000 (13:32 +0900)
html/pg_bigm.html

index 74add53..1a0fd5a 100644 (file)
@@ -168,7 +168,7 @@ $ psql -d &lt;データベース名&gt;
 <ul>
 <li>$PGDATAは、データベースクラスタのパスを決めて、そのパスで置き換えてください。</li>
 <li>pg_bigmの登録先のデータベースでは、エンコーディングはUTF-8、ロケールはCでなければなりません。</li>
-<li>postgresql.confで、<a href="http://www.postgresql.jp/document/current/html/runtime-config-resource.html#GUC-SHARED-PRELOAD-LIBRARIES">shared_preload_libraries</a>と<a href="http://www.postgresql.jp/document/9.1/html/runtime-config-custom.html#GUC-CUSTOM-VARIABLE-CLASSES">custom_variable_classes</a>にpg_bigmを設定するのは必須です。 
+<li>postgresql.confで、<a href="http://www.postgresql.jp/document/current/html/runtime-config-resource.html#GUC-SHARED-PRELOAD-LIBRARIES">shared_preload_libraries</a>と<a href="http://www.postgresql.jp/document/9.1/html/runtime-config-custom.html#GUC-CUSTOM-VARIABLE-CLASSES">custom_variable_classes</a>にpg_bigmを設定するのは必須です。 
   <ul>
     <li>PostgreSQL9.2以降ではcustom_variable_classesは存在しません。設定が必要なのはshared_preload_librariesだけです。</li>
   </ul>