]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql.sysconfig
- reworked for versioned install to allow multiple versions on same host
[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 # locale used at service postgresql init
9 # PG_INIT_LOCALE=C
10
11 # standard setting
12 PG_DB_CLUSTERS="/var/lib/pgsql/10"
13
14 # predictable usage
15 # PG_DB_CLUSTERS="/var/lib/pgsql/10/01 /var/lib/pgsql/10/02"
16
17 # new database disk arrived
18 # PG_DB_CLUSTERS="/var/lib/pgsql/10/01 /var/lib/pgsql/10/02 /mnt/db/10/01"