This is a discussion on Bug Report within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> In pgServer.cpp, Line 752: if (executed) { password = newVal; StorePassword(); ---> return false; } else return false; Although ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 quanzongliang@gmail.com,quanzongliang@hotmail.com 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 |
| ||||
| Zongliang, Quan wrote: > 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"; Thanks, I've committed a fix for this and some related issues. Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| Thread Tools | |
| Display Modes | |
|
|