]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql.sysconfig
- updated to 9.5.4
[packages/postgresql.git] / postgresql.sysconfig
1 # $Revision$
2
3 #
4 # Edit postgresql.conf file in database cluster directory to configure
5 # PostgreSQL. If you want to start more than one PostgreSQL instance,
6 # you should change TCP/IP port, at least.
7 #
8 # Under systemd each cluster is started under a different postgresql@.service
9 # instance, the default being postgresql@var-lib-pgsql.service
10 #
11 # To enable a new one use;  /bin/systemctl enable postgresql@${instance}.service
12
13 # locale used at service postgresql init
14 # PG_INIT_LOCALE=C
15
16 # standard setting
17 PG_DB_CLUSTERS="/var/lib/pgsql"
18
19 # predictable usage
20 # PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02"
21
22 # new database disk arrived
23 # PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02 /mnt/db/01"