]> granicus.if.org Git - postgresql/commitdiff
Fix typo.
authorEtsuro Fujita <efujita@postgresql.org>
Tue, 14 May 2019 07:05:37 +0000 (16:05 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Tue, 14 May 2019 07:05:37 +0000 (16:05 +0900)
src/backend/utils/misc/postgresql.conf.sample

index 0c905bb55dcd4e3f11fcc6e84adadc167c11276c..5ee5e09ddf69e5860f54c922c7b931e02617ec31 100644 (file)
 
 #log_min_duration_statement = -1       # logs statements and their durations
                                        # according to log_statement_sample_rate. -1 is disabled,
-                                       # 0 logs all statement, > 0 logs only statements running at
-                                       # least this number of milliseconds.
+                                       # 0 logs all statements, > 0 logs only statements running
+                                       # at least this number of milliseconds.
 
 #log_statement_sample_rate = 1.0       # Fraction of logged statements exceeding
                                        # log_min_duration_statement to be logged.