Formatting and punctuation improvements in sample configuration files
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 10 May 2022 19:15:56 +0000 (21:15 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 10 May 2022 19:15:56 +0000 (21:15 +0200)
contrib/basic_archive/basic_archive.conf
src/backend/utils/misc/postgresql.conf.sample

index db029f4b8ecf1f7a4a75f1a23ed1a48380457f46..7c82a4b82b29aab056a75306837270db7f25d75b 100644 (file)
@@ -1,4 +1,4 @@
-archive_mode = 'on'
+archive_mode = on
 archive_library = 'basic_archive'
 basic_archive.archive_directory = '.'
-wal_level = 'replica'
+wal_level = replica
index 94270eb0ecbec33aaf8ffb13e10dacfdc468177d..a5a6d14cd4b07ac516c9c072359054ddecc64be6 100644 (file)
                    # logging_collector to be on.
 
 # This is used when logging to stderr:
-#logging_collector = off       # Enable capturing of stderr, jsonlog
+#logging_collector = off       # Enable capturing of stderr, jsonlog,
                    # and csvlog into log files. Required
                    # to be on for csvlogs and jsonlogs.
                    # (change requires restart)
                    # statements from all transactions, 0.0 never logs
 
 #log_startup_progress_interval = 10s   # Time between progress updates for
-                                       # long-running startup operations.
-                                       # 0 disables the feature, > 0 indicates
-                                       # the interval in milliseconds.
+                   # long-running startup operations.
+                   # 0 disables the feature, > 0 indicates
+                   # the interval in milliseconds.
 
 # - What to Log -