PostgreSQL postgresql configuration example for CentOS Linux 6

Get the default configuration file postgresql for PostgreSQL, optimized for CentOS Linux 6. This example configuration ensures optimal compatibility and performance for PostgreSQL, making it easy to set up and adjust to meet your needs.

Find and download the configuration file here: /etc/pam.d/postgresql.

For more configurations and setup guides, visit our related files section to further customize your system.

    #%PAM-1.0
auth		include		password-auth
account		include		password-auth

    
  

Config Details

Location
/etc/pam.d/postgresql
Operating system
CentOS Linux 6
Length
3 lines
MD5 checksum
0021b64175b18e68a404ee3eb29211ce

Usage

Download the raw file with wget or curl

Wget

wget -O postgresql.example https://exampleconfig.com/static/raw/postgresql/centos6/etc/pam.d/postgresql

cURL

curl https://exampleconfig.com/static/raw/postgresql/centos6/etc/pam.d/postgresql > postgresql.example