# $Revision$ # # Edit postgresql.conf file in database cluster directory to configure # PostgreSQL. If you want to start more than one PostgreSQL instance, # you should change TCP/IP port, at least. # locale used at service postgresql init # PG_INIT_LOCALE=C # standard setting PG_DB_CLUSTERS="/var/lib/postgresql/@pgsqlversion@/main" # predictable usage # PG_DB_CLUSTERS="/var/lib/postgresql/@pgsqlversion@/server1 /var/lib/postgresql/@pgsqlversion@/server2" # new database disk arrived # PG_DB_CLUSTERS="/var/lib/postgresql/@pgsqlversion@/server1 /var/lib/postgresql/@pgsqlversion@/server2 /mnt/postgresql/@pgsqlversion@/server3"