<div dir="rtl"><div dir="ltr">Hi,</div><div dir="ltr">I found a problem that had a big impact on our servers. I&#39;m using pgpool as a load balancer and pool connections manager. When a user tries to run a select query it redirects the query to the slave. If the user tries after that to run dml or ddl command he get error : </div><div dir="ltr"><br></div><div dir="ltr"><div dir="ltr">ERROR: cannot execute CREATE TABLE in a read-only transaction</div><div dir="ltr">SQL state: 25006</div><div dir="ltr"><br></div><div>Is there any way to solve this issue ? It means that once the pool redirected your session to the slaves you cant run any ddl/dml actions ..</div></div></div>