summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/postgresql-server/files/postgresql.conf-7.4')
-rw-r--r--dev-db/postgresql-server/files/postgresql.conf-7.48
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/postgresql-server/files/postgresql.conf-7.4 b/dev-db/postgresql-server/files/postgresql.conf-7.4
index e4b1c55..d59ac96 100644
--- a/dev-db/postgresql-server/files/postgresql.conf-7.4
+++ b/dev-db/postgresql-server/files/postgresql.conf-7.4
@@ -1,5 +1,5 @@
# PostgreSQL's Database Directory
-PGDATA="/var/lib/postgresql/8.1/data"
+PGDATA="/var/lib/postgresql/7.4/data"
# PostgreSQL User
PGUSER="postgres"
@@ -26,14 +26,14 @@ PGGROUP="postgres"
# Tell the server to forcefully disconnect all clients.
# Terminating a client results in a rollback of the open transactions for this client.
# Use WAIT_FOR_CLEANUP to determine how much time the server has
-# for cleanup. (Set it to "forever" if you want to wait forever.)
+# for cleanup.
# 3. SIGQUIT
# This will terminate the server immediately and results in a recovery run for the next start.
-# Wait for clients to disconnect (seconds or "forever")
+# Wait for clients to disconnect
WAIT_FOR_DISCONNECT=30
-# Time the server has to clean up (seconds or "forever")
+# Time the server has to clean up
WAIT_FOR_CLEANUP=60
# Time the server has to quit (with a recover-run on next startup)