[Pgpool-hackers] pgpool 3.2 released

Devrim GUNDUZ devrim at CommandPrompt.com
Mon Feb 12 06:51:38 UTC 2007


Hi,

On Sat, 2007-02-10 at 19:58 +0900, Tatsuo Ishii wrote:

> I have released pgpool 3.2. Can you please take a look at?

Checked and tested it. I found an issue in hba. Here is my
pool_hba.conf:

================================================================
# "local" is for Unix domain socket connections only
local   all         all                               reject
# IPv4 local connections:
host    all         all         127.0.0.1/32          reject
================================================================

Now, here is the message when I psql to pgpool:

$ psql -U postgres -p 9999 -h localhost
psql: ERROR:  no pool_hba.conf entry for host "127.0.0.1", user
"postgres", database "postgres"

However, it is not the case. There is an entry. Here is the debug log:

=======================================================================
2007-02-12 08:44:03 ERROR: pid 25668: no pool_hba.conf entry for host
"127.0.0.1", user "postgres", database "postgres"
2007-02-12 08:44:03 ERROR: pid 25668: authentication with pgpool failed
for user "postgres": host rejected
=======================================================================

The second message should be returned to client, instead of the first
one.

BTW, any plans to add md5 auth to pool_hba.conf?

Also, are there any plans to add a  parameter like "log_destination" to
pgpool so that pgpool can log to specified file, instead of running
pgpool with " pgpool -n >& /tmp/pgpool.log & " .

Other then these, this package looks ok.

I built RPMs for Fedora Core 5,6 and Fedora 7 . They will be available
in Fedora Extras later in the day (they are built successfully). I'll
upload a RHEL RPM to pgfoundry page today. 

Regards,
-- 
Devrim GÜNDÜZ
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://pgfoundry.org/pipermail/pgpool-hackers/attachments/20070212/cd415604/attachment.bin 


More information about the Pgpool-hackers mailing list