mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	Also expose the new counters through pg_stat_statements. Patch by me. Review by Fujii Masao and Greg Smith.
		
			
				
	
	
		
			6 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# pg_stat_statements extension
 | 
						|
comment = 'track execution statistics of all SQL statements executed'
 | 
						|
default_version = '1.1'
 | 
						|
module_pathname = '$libdir/pg_stat_statements'
 | 
						|
relocatable = true
 |