]> granicus.if.org Git - postgresql/commitdiff
Formatting improvements in config file samples
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 9 Jun 2017 18:38:33 +0000 (14:38 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 9 Jun 2017 18:38:33 +0000 (14:38 -0400)
src/backend/access/transam/recovery.conf.sample
src/backend/utils/misc/postgresql.conf.sample

index de4e38f9fe316fdedcf60050349382c8951f5b94..8e466126428dc7d0395683d18d538b3acf42a62c 100644 (file)
 # If you want to stop rollforward at a specific point, you
 # must set a recovery target.
 #
-# You may set a recovery target either by transactionId, by name,
-# by timestamp or by WAL location (LSN). Recovery may either include or
-# exclude the transaction(s) with the recovery target value (ie, stop either
-# just after or just before the given target, respectively).
+# You may set a recovery target either by transactionId, by name, by
+# timestamp or by WAL location (LSN). Recovery may either include or
+# exclude the transaction(s) with the recovery target value (i.e.,
+# stop either just after or just before the given target,
+# respectively).
 #
 #
 #recovery_target_name = ''     # e.g. 'daily backup 2011-01-26'
index fceef14c78ae565c658f95688b1d3e2a6b1ae910..2b1ebb797ece648d2641120e1fdda4986a79f8a6 100644 (file)
@@ -84,7 +84,7 @@
 #ssl_key_file = 'server.key'
 #ssl_ca_file = ''
 #ssl_crl_file = ''
-#password_encryption = md5             # md5, scram-sha-256 or plain
+#password_encryption = md5             # md5, scram-sha-256, or plain
 #db_user_namespace = off
 #row_security = on
 
 #effective_io_concurrency = 1          # 1-1000; 0 disables prefetching
 #max_worker_processes = 8              # (change requires restart)
 #max_parallel_workers_per_gather = 2   # taken from max_parallel_workers
-#max_parallel_workers = 8          # maximum number of max_worker_processes that
+#max_parallel_workers = 8              # maximum number of max_worker_processes that
                                        # can be used in parallel queries
 #old_snapshot_threshold = -1           # 1min-60d; -1 disables; 0 is immediate
                                        # (change requires restart)
 # These settings are ignored on a standby server.
 
 #synchronous_standby_names = ''        # standby servers that provide sync rep
-                               # method to choose sync standbys, number of sync standbys
+                               # method to choose sync standbys, number of sync standbys,
                                # and comma-separated list of application_name
                                # from standby(s); '*' = all
 #vacuum_defer_cleanup_age = 0  # number of xacts by which cleanup is delayed