]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql.sysconfig
up to 8.2.23
[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 # standard setting
10 PG_DB_CLUSTERS="/var/lib/pgsql"
11
12 # predictable usage
13 # PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02"
14
15 # new database disk arrived
16 # PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02 /mnt/db/01"
This page took 0.119634 seconds and 3 git commands to generate.