]> git.pld-linux.org Git - packages/postgresql.git/blame_incremental - postgresql.sysconfig
- up to 9.5.2
[packages/postgresql.git] / postgresql.sysconfig
... / ...
CommitLineData
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
17PG_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"
This page took 0.019613 seconds and 4 git commands to generate.