<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 16, 2015 at 5:15 AM, Tatsuo Ishii <span dir="ltr"><<a href="mailto:ishii@postgresql.org" target="_blank">ishii@postgresql.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">>> However I a little bit worried about the backward compatibility if<br>
>> this should be back patched. Is there anyone who depends on the<br>
>> current behavior (the output goes to stderr)?<br>
><br>
> I dont know this point.  What other app could depends of this option?<br>
<br>
</span>I wonder if some user's script might want to know pgpool version using<br>
pgpool --version command. For example:<br>
<br>
       pgpool --version 2>/dev/stdout| awk '{print $3}'<br>
<br>
Now after the change this should be:<br>
<br>
       pgpool --version | awk '{print $3}'<br></blockquote><div><br></div><div>I think we should still follow the Linux conventions even if it has a chance to break some user's script. Also I think it is a minor change and there would not be a lot of users who would get affected by this.</div><div> </div><div>Thanks</div><div>Best regards,</div><div>Muhammad Usama</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="im HOEnZb"><br>
Best regards,<br>
--<br>
Tatsuo Ishii<br>
SRA OSS, Inc. Japan<br>
English: <a href="http://www.sraoss.co.jp/index_en.php" target="_blank">http://www.sraoss.co.jp/index_en.php</a><br>
Japanese:<a href="http://www.sraoss.co.jp" target="_blank">http://www.sraoss.co.jp</a><br>
</span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
pgpool-general mailing list<br>
<a href="mailto:pgpool-general@pgpool.net">pgpool-general@pgpool.net</a><br>
<a href="http://www.pgpool.net/mailman/listinfo/pgpool-general" target="_blank">http://www.pgpool.net/mailman/listinfo/pgpool-general</a><br>
</div></div></blockquote></div><br></div></div>