Add description about parallel mode doesn't support PREPARE
authorYugo Nagata <nagata@sraoss.co.jp>
Mon, 24 Mar 2014 09:56:06 +0000 (18:56 +0900)
committerYugo Nagata <nagata@sraoss.co.jp>
Mon, 24 Mar 2014 09:56:06 +0000 (18:56 +0900)
doc/pgpool-en.html
doc/pgpool-ja.html

index bff83752f6dc64aa30284c415e578b8db8b1fb73..4994aaa9699f38caea00a18a6a4baba11ac9bf40 100644 (file)
@@ -3317,6 +3317,11 @@ TABLE ... ON COMMIT DROP</code> inside the transaction block.</p>
 
 <p>Here are the queries which cannot be processed by pgpool-II</p>
 
+<h3>PREPARE, EXECUTE (for parallel mode)</h3>
+<p>
+Prepared statements created by <code>PREPARE</code> are not supported.
+</p>
+
 <h3>INSERT (for parallel mode)</h3>
 
 <p>You cannot use <code>DEFAULT</code> for the
index 3484d383d12c6a42348f5082b73f0c34df56fcce..1c4cb7ac824ccec8562ab6f45b61f919cc8b6c10 100644 (file)
@@ -3216,6 +3216,15 @@ JDBC ドライバなどのような拡張問い合わせプロトコルには対
 必ず簡易問い合わせプロトコルを使用してください。
 </p>
 
+<h3>PREPARE, EXECUTE</h3>
+<p>
+制限対象:パラレルモード
+</p>
+<p>
+<code>PREPARE</code> 文で生成された準備文には対応していません。
+</p>
+
+
 <h3>SELECT</h3>
 <p>
 制限対象:パラレルモード