OSDN Git Service

Allow hints to be placed anywhere in query
[pghintplan/pg_hint_plan.git] / doc / pg_hint_plan.html
index 1773885..9bcd10b 100755 (executable)
@@ -240,6 +240,8 @@ postgres-# SELECT * FROM table1 t1 WHERE key = 'value';
   <td>Controls debug print and verbosity. Valid values are off, on, detailed and verbose.</td><td>off</td></tr>
 <tr><td>pg_hint_plan.message_level</td>
   <td>Specifies message level of debug print. Valid values are error, warning, notice, info, log, debug<n>.</td><td>LOG</td></tr>
+<tr><td>pg_hint_plan.hints_anywhere</td>
+  <td>If it is on, pg_hint_plan reads hints ignoring SQL syntax.  This allows to hints to be placed anywhere in a query but be cautious of false reads.</td><td>off</td></tr>
 </tbody>
 </table>
 <h2 id="install">Installation</h2>