• R/O
  • HTTP
  • SSH
  • HTTPS

pg_hint_plan: コミット

firtst release


コミットメタ情報

リビジョン7f82a1c575f5a11204acd594437bbd8a213ed1a5 (tree)
日時2019-08-29 16:57:00
作者LittleWuCoding <31984989+LittleWuCoding@user...>
コミッターKyotaro Horiguchi

ログメッセージ

fix spelling mistakes in file pg_hint_plan.html

変更サマリ

差分

--- a/doc/pg_hint_plan.html
+++ b/doc/pg_hint_plan.html
@@ -119,7 +119,7 @@ postgres=# </pre>
119119 <h2 id="install">Installation</h2>
120120 This section describes the installation steps.
121121 <h3 id="build">building binary module</h3>
122-<p>Simplly run "make" in the top of the source tree, then "make install" as appropriate user. The PATH environment variable should be set properly for the target PostgreSQL for this process. </p>
122+<p>Simply run "make" in the top of the source tree, then "make install" as appropriate user. The PATH environment variable should be set properly for the target PostgreSQL for this process. </p>
123123 <pre>
124124 $ tar xzvf pg_hint_plan-1.x.x.tar.gz
125125 $ cd pg_hint_plan-1.x.x
@@ -129,7 +129,7 @@ $ su
129129 </pre>
130130
131131 <h3 id="hint-load">Loding pg_hint_plan</h3>
132-<p>Basically pg_hint_plan does not requires CREATE EXTENSION. Simplly loading it by LOAD command will activate it and of course you can load it globally by setting shared_preload_libraries in postgresql.conf. Or you might be interested in ALTER USER SET/ALTER DATABASE SET for automatic loading for specific sessions.
132+<p>Basically pg_hint_plan does not requires CREATE EXTENSION. Simply loading it by LOAD command will activate it and of course you can load it globally by setting shared_preload_libraries in postgresql.conf. Or you might be interested in ALTER USER SET/ALTER DATABASE SET for automatic loading for specific sessions.
133133 <pre>
134134 postgres=# LOAD 'pg_hint_plan';
135135 LOAD
旧リポジトリブラウザで表示