]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql.sysconfig
- options default to 'no'
[packages/postgresql.git] / postgresql.sysconfig
index d3f27d1b95c1aa8e3df0c64bf965cec80f2e7635..6ea32be9d08d51c9afb2d2c8a97c383fb688aeba 100644 (file)
@@ -7,11 +7,11 @@ POSTGRES_DATA_DIR=/var/lib/pgsql
 # postgres(1) backend options runed by postmaster
 #
 # run postgres(1) bacend in quiet mode
-POSTGRES_QUIET=yes
+POSTGRES_QUIET=no
 
 # Enable listening on TCP port. Without this postmaster responds
 # only on unix socket
-ALLOW_TCP_CONNECTIONS=yes
+ALLOW_TCP_CONNECTIONS=no
 
 # Disable automatic fsync() call after each transac tion. This option
 # improves performance, but an operating system crash while a transaction is
This page took 0.05865 seconds and 4 git commands to generate.