Hi,<div dir="auto"><br></div><div dir="auto">I did the following:</div><div dir="auto"><br></div><div dir="auto">1. Select * from city limit 1;</div><div dir="auto">2. Add city to unsafe configuration. </div><div dir="auto">3. Reload pgpool.</div><div dir="auto">4. Select * from city limit 1; # return from the cache.</div><div dir="auto"><br></div><div dir="auto">I expected that pgpool after adding the table to the unsafe will not return the same query from the cache.</div><div dir="auto"><br></div><div dir="auto">I check the code and I saw that pgpool not check if the query is from table which included in the unsafe configuration. Means pgpool check only in store and not in fetch.</div><div dir="auto"><br></div><div dir="auto">Any thoughts? This is a bug? </div><div dir="auto"><br></div><div dir="auto">Thanks,</div><div dir="auto"><br></div><div dir="auto">Avi</div>