]> git.pld-linux.org Git - packages/postgresql.git/blame_incremental - postgresql.sysconfig
- AC-branch only
[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
9# standard setting
10PG_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.022472 seconds and 4 git commands to generate.