Home > database >  Postgresql how to change the database user password
Postgresql how to change the database user password

Time:12-04

Daniel asked, postgresql how to change the database user password? Such as: now there are three local database, how to modify a user's password according to the library, the alter role postgres with password 'XX'. The three are changed, just want to modify a should do, bother everybody to see, thank you very much!!!!!!

CodePudding user response:

Alter role postgres with password 'XX' - only modify the user postgres password, how can three instead?

CodePudding user response:

Was originally three database connection, the execution, of the three database connection user password is changed, the , as shown in figure, I just want to change one of the user name password, how should manage?
  • Related