<div style="font-family:&#39;lucida Grande&#39;,Verdana;font-size:14px;line-height:23px;background-color:rgb(255,255,255)">Hello. I&#39;m studying pgpool nowadays. I want to make some tables of the database to be replication as the others to parallel mode. But as I bulid the pool, I found that sql executed on parallel tables in psql can execute parallely, but in java, it&#39;s executed as replication mode. For example, in psql client, I execute insert sql and get one tuples inserted in one of the node;but in java, all the nodes execute the insert statement. In psql client, I execute update successfully affect one tuple of one node, but in java, I get error message message: pgpool detected that difference of number of inserted, updated or deleted tuples. I connect the client with -h -p parameters.</div>
<div style="font-family:&#39;lucida Grande&#39;,Verdana;font-size:14px;line-height:23px;background-color:rgb(255,255,255)">I have attached my pool configure file in this mail.</div><div style="font-family:&#39;lucida Grande&#39;,Verdana;font-size:14px;line-height:23px;background-color:rgb(255,255,255)">
Thanks for you help and sorry for my poor english.</div>