In pgServer.cpp, Line 752:
if (executed)
{
password = newVal;
StorePassword();
---> return false;
}
else
return false;
Although the passwd had been changed successfully with "Change Password"
dialog. "The password could not be changed!" message always popup.
Line 756 should be "return true";
Regards.
Quan
-----------------------------------------------
Zongliang, Quan
[EMAIL PROTECTED],[EMAIL PROTECTED]
Admin by
http://postgresql.oss.tw
http://postgresql-chinese.blogspot.com
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match