diff options
author | Bruce Momjian <bruce@momjian.us> | 2009-04-07 22:22:19 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2009-04-07 22:22:19 +0000 |
commit | 555b46e25c0e379c75c0c143ba1813fa706e675c (patch) | |
tree | 6dcaf989fd87f771f7b44b2491d0498a0d20c59e /src/backend/utils/misc/postgresql.conf.sample | |
parent | 56e0e599a0d10ac4bb10e2479c73d051b3cc375d (diff) | |
download | postgresql-555b46e25c0e379c75c0c143ba1813fa706e675c.tar.gz postgresql-555b46e25c0e379c75c0c143ba1813fa706e675c.zip |
More GUC units doc updates.
Euler Taveira de Oliveira
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index cffa1e3d794..1e9379ac2f1 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -136,7 +136,7 @@ # - Asynchronous Behavior - -#effective_io_concurrency = 1 # 1-1000, or 0 to disable prefetching +#effective_io_concurrency = 1 # 1-1000. 0 disables prefetching #------------------------------------------------------------------------------ @@ -167,7 +167,7 @@ #checkpoint_segments = 3 # in logfile segments, min 1, 16MB each #checkpoint_timeout = 5min # range 30s-1h #checkpoint_completion_target = 0.5 # checkpoint target duration, 0.0 - 1.0 -#checkpoint_warning = 30s # 0 is off +#checkpoint_warning = 30s # 0 disables # - Archiving - @@ -175,7 +175,7 @@ # (change requires restart) #archive_command = '' # command to use to archive a logfile segment #archive_timeout = 0 # force a logfile segment switch after this - # number of seconds; 0 is off + # number of seconds; 0 disables #------------------------------------------------------------------------------ @@ -253,10 +253,10 @@ # off, meaning append to existing files # in all cases. #log_rotation_age = 1d # Automatic rotation of logfiles will - # happen after that time. 0 to disable. + # happen after that time. 0 disables. #log_rotation_size = 10MB # Automatic rotation of logfiles will # happen after that much log output. - # 0 to disable. + # 0 disables. # These are relevant when logging to syslog: #syslog_facility = 'LOCAL0' |