]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql.sysconfig
BR: docbook-style-xsl-nons
[packages/postgresql.git] / postgresql.sysconfig
index b45d1316116f455c92de82e38a988f709c90e3ad..f3f4735ab87c5c9bf3127ad8c1bdf74368d4282f 100644 (file)
@@ -1,27 +1,23 @@
 # $Revision$
 
-# Enable listening on TCP port. Without this postmaster responds
-# only on unix socket
-ALLOW_TCP_CONNECTIONS=no
-
-# Root of the tree of database directories
-POSTGRES_DATA_DIR=/var/lib/pgsql
-
-# maximum number of backend server processes that this postmaster is allowed
-# to start. If not specyfied is 32, and can be set as high as 1024 if your
-# system will support that many processes.
-#MAX_NUM_BACKENDS=32
-
 #
-# 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
+# Under systemd each cluster is started under a different postgresql@.service
+# instance, the default being postgresql@var-lib-pgsql.service
+#
+# To enable a new one use;  /bin/systemctl enable postgresql@${instance}.service
+
+# locale used at service postgresql init
+# PG_INIT_LOCALE=C
+
+# standard setting
+PG_DB_CLUSTERS="/var/lib/pgsql"
 
-# 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_DIABLE_FSYNC=no
+# 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"
This page took 0.118555 seconds and 4 git commands to generate.