Contents
password_encryption
A configuration parameter determining what password encryption method to use
password_encryption
is a configuration parameter determining what password encryption method to use.
password_encryption
was added in PostgreSQL 7.2.
Default
Default value for password_encryption
is:
- PostgreSQL 14 ~ :
scram-sha-256
- PostgreSQL 10 ~ PostgreSQL 13:
md5
- PostgreSQL 7.2 ~ PostgreSQL 9.6:
on
Change history
- PostgreSQL 14
- PostgreSQL 10
- PostgreSQL 7.2
- added (commit 38bb1abc)
References
- PostgreSQL documentation: password_encryption