PostgreSQL Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[PostgreSQL#Subjects|PostgreSQL]] | * [[PostgreSQL#Subjects|PostgreSQL]] | ||
=postgresql.conf= | |||
The main configuration file is ${DATADIR}/postgresql.conf (by default /usr/local/var/postgres/postgresql.conf). | |||
=pg_hba.conf= | |||
This is the file that contains client authentication details. |
Latest revision as of 18:23, 4 December 2018
Internal
postgresql.conf
The main configuration file is ${DATADIR}/postgresql.conf (by default /usr/local/var/postgres/postgresql.conf).
pg_hba.conf
This is the file that contains client authentication details.