RE: Encrypted role password

2017-09-29 Thread Mark Watson
De : Melvin Davidson [mailto:melvin6...@yahoo.com] I am not pgadmin support, but if you are a superuser, you can get the password with: SELECT rolname, rolpassword FROM pg_authid WHERE rolname = 'username'; --- Thanks, Melvin It’s also available in pg_sh

Re: Encrypted role password

2017-09-29 Thread Melvin Davidson
I am not pgadmin support, but if you are a superuser,you can get the password with: SELECT rolname,    rolpassword   FROM pg_authid WHERE rolname = 'username'; Melvin Davidson 🎸 I reserve the right to fantasize.  Whether or not you wish to share my fantasy is entirely up to you. www.

Encrypted role password

2017-09-29 Thread Mark Watson
Good day all, First of all, thank you for the good work with pgAdmin4. My question is, in pgAdmin3, the SQL pane for the role create script shows the md5 encrypted password. Are there any plans to display this for pgAdmin4 ? Mark Watson