Appendix C - PostgreSQL HBA Settings
Below is an example of a PostgreSQL host-based authentication configuration in $PGDATA/pg_hba.conf
.
Example - PostgreSQL HBA Configuration File
# TYPE DATABASE USER ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all peer
# IPv4 local connections:
host all all 127.0.0.1/32 md5
# IPv6 local connections:
host all all ::1/128 ident
Looking for labels? They can now be found in the details panel on the floating action bar.
Related content
Appendix C - PostgreSQL HBA Settings
Appendix C - PostgreSQL HBA Settings
More like this
Appendix C - PostgreSQL HBA Settings
Appendix C - PostgreSQL HBA Settings
More like this
Appendix C - PostgreSQL HBA Settings
Appendix C - PostgreSQL HBA Settings
More like this
PostgreSQL Database Creation
PostgreSQL Database Creation
Read with this
Extract Database Definition Files for PostgreSQL
Extract Database Definition Files for PostgreSQL
Read with this
General Preparations Platform
General Preparations Platform
Read with this