<div dir="ltr">Hi<div><br></div><div>I am currently working on adding the SHOW and SET commands for pgpool-II configuration parameter, these commands will allow the user to alter the specific pgpool-II configuration parameter values for a user session. More or less, these commands will work in similar ways as PostgreSQL&#39;s SET and SHOW commands for PostgreSQL&#39;s GUC variables. I have already checked in the configuration parameter framework to the pgpool master branch and before I push the SET and SHOW command functionality I want the opinion on the syntax of these two commands.</div><div><br></div><div>I am thinking of using the PG&#39;s syntax with an addition of PGPOOL keyword at the start<br></div><div><br></div><div>For example </div><div><br></div><div>PostgreSQL uses the following syntax for SHOW and SET command</div><div><br></div><div>SHOW variable_name;</div><div>SHOW all;</div><div>SET variable_name to value;</div><div>SET variable_name to DEFAULT;</div><div>..</div><div><br></div><div>And for pgpool variables we can use </div><div><br></div><div>PGPOOL SHOW variable_name;</div><div><div>PGPOOL SHOW all;</div><div>PGPOOL SET variable_name to value;</div><div>PGPOOL SET variable_name to DEFAULT;</div></div><div>..</div><div><br></div><div>Suggestions and thoughts.</div><div><br></div><div>Kind Regards</div><div>Muhammad Usmaa</div></div>