summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2000-12-03 21:12:19 +0000
committerPeter Eisentraut2000-12-03 21:12:19 +0000
commit3d0e49623b64766efc0a52b9f18a479125ed9671 (patch)
tree24e7cfe7e788906fc5d9bab2bf00eba3f46f52c7
parenta27b691e2903a886be640db801677f6f988d3793 (diff)
corrections
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 4fc286a4ee2..40a4346fe1c 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -13,8 +13,8 @@
#log_connections = on
#fsync = off
-#max_backends = 64
+#max_connections = 64
# Any option can also be given as a command line switch to the
-# postmaster, e.g., `postmaster --log-connections=on'. Some options
-# can be set at run-time with the `SET' SQL command.
+# postmaster, e.g., 'postmaster -c log_connections=on'. Some options
+# can be set at run-time with the 'SET' SQL command.