]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql.sysconfig
- pg_upgrade - revert - bad solution
[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
9 # locale used at service postgresql init
10 # PG_INIT_LOCALE=C
11
12 # standard setting
13 PG_DB_CLUSTERS="/var/lib/pgsql"
14
15 # predictable usage
16 # PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02"
17
18 # new database disk arrived
19 # PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02 /mnt/db/01"
This page took 0.050012 seconds and 3 git commands to generate.