1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

corrections

This commit is contained in:
Peter Eisentraut
2000-12-03 21:12:19 +00:00
parent a27b691e29
commit 3d0e49623b

View File

@ -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.