mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix typo.
This commit is contained in:
		@@ -490,8 +490,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#log_min_duration_statement = -1	# logs statements and their durations
 | 
					#log_min_duration_statement = -1	# logs statements and their durations
 | 
				
			||||||
					# according to log_statement_sample_rate. -1 is disabled,
 | 
										# according to log_statement_sample_rate. -1 is disabled,
 | 
				
			||||||
					# 0 logs all statement, > 0 logs only statements running at
 | 
										# 0 logs all statements, > 0 logs only statements running
 | 
				
			||||||
					# least this number of milliseconds.
 | 
										# at least this number of milliseconds.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#log_statement_sample_rate = 1.0	# Fraction of logged statements exceeding
 | 
					#log_statement_sample_rate = 1.0	# Fraction of logged statements exceeding
 | 
				
			||||||
					# log_min_duration_statement to be logged.
 | 
										# log_min_duration_statement to be logged.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user