[pgpool-general: 3634] Re: version Option

Tatsuo Ishii ishii at postgresql.org
Fri Apr 17 08:04:26 JST 2015


>> I wonder if some user's script might want to know pgpool version using
>> pgpool --version command. For example:
>> 
>>        pgpool --version 2>/dev/stdout| awk '{print $3}'
>> 
>> Now after the change this should be:
>> 
>>        pgpool --version | awk '{print $3}'
>> 
> 
> In related this i make little patch both case (stdout and stderr)
> https://gitlab.com/roramirez/pgpooladmin/commit/674cabb359540bf6af04af155c99d799df62c6bd
> 
> Add feature to auto detect Pgpool version in installer of Pgpooladmin

Great. I'm going to apply your changes. Thanks!

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


More information about the pgpool-general mailing list