It seems pgpoolAdmin does not understand pgpool-II 3.1's new pgpool.conf format. Problem is, new format has # in the same line as the configuration.
listen_addresses = 'localhost' # Host name or IP address to listen on: >From pgpool-en.html: An empty line or a line starting with "#" is treated as a comment and will be ignored.</p> In 3.1's pgpool.conf comment: # Whitespace may be used. Comments are introduced with "#" anywhere on a line. So it seems pgpool-II 3.1 tries to introduce "# in the middle of line". I think we'd better to fix pgpoolAdmin as soon as possible. -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese: http://www.sraoss.co.jp _______________________________________________ Pgpool-hackers mailing list Pgpool-hackers@pgfoundry.org http://pgfoundry.org/mailman/listinfo/pgpool-hackers