X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=postgresql.sysconfig;h=1e38c0337450997b04ff01ef2d0c05f7daf44c26;hb=fe4ff82d0c0ec830f0863054acc588bbcaa81956;hp=fe359725f99f676de08ab74560d6d5fae43b8397;hpb=1884b875496782d71fbf7a7c4f5bcc5c71fefd0a;p=packages%2Fpostgresql.git diff --git a/postgresql.sysconfig b/postgresql.sysconfig index fe35972..1e38c03 100644 --- a/postgresql.sysconfig +++ b/postgresql.sysconfig @@ -1,18 +1,19 @@ # $Revision$ -# Root of the tree of database directories -POSTGRES_DATA_DIR=/var/lib/pgsql - # -# postgres(1) backend options runed by postmaster +# 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. # -# run postgres(1) bacend in quiet mode -POSTGRES_QUIET=yes -# Disable automatic fsync() call after each transac tion. This option -# improves performance, but an operating system crash while a transaction is -# in progress will probably cause data loss. -POSTGRES_DISABLE_FSYNC=no +# locale used at service postgresql init +# PG_INIT_LOCALE=C + +# standard setting +PG_DB_CLUSTERS="/var/lib/pgsql" + +# predictable usage +# PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02" -# Where postmaster output is redirected -POSTGRES_LOG=/var/log/pgsql +# new database disk arrived +# PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02 /mnt/db/01"