postgresql.conf comparison

Postgres Parameter across Versions

Select a parameter to view the defaults across versions of PostgreSQL.

Latest version details

Category Connections and Authentication / Authentication
Variable type: enum
Short Description: Chooses the algorithm for encrypting passwords.

Value History

10 11 12 13 14 15 16
name
password_encryption md5 md5 md5 md5 scram-sha-256 scram-sha-256 scram-sha-256

Vartype History

10 11 12 13 14 15 16
name
password_encryption enum enum enum enum enum enum enum