<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p></p>
<div>Hi pgpool hackers,<br>
</div>
<div><br>
When using pgpool_adm, we call the function as follows:</div>
<div><br>
&nbsp; SELECT * FROM pcp_node_info(1,'',11001,'t-ishii','t-ishii');</div>
<div><br>
However, Sometimes we want to call the function with specific argument name.</div>
<div><br>
such as: <br>
&nbsp;&nbsp; SELECT * FROM pcp_node_info(node_id := 1, host := '',port := 11001, username := 't-ishii', password := 't-ishii');</div>
<div><br>
In this case, the sql may looks more readable and we can also change the order of param.</div>
<div><br>
I think it will be better to support specific argument name for pgpgool_adm func.</div>
<div><br>
what do you think?<br>
</div>
<div><br>
See the attachment for the patch(master branch).<br>
</div>
<div><br>
Best regards,<br>
houzj(sherlockcpp)<br>
<br>
</div>
<p><br>
</p>
</body>
</html>