mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			108 B
		
	
	
	
		
			PL/PgSQL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			108 B
		
	
	
	
		
			PL/PgSQL
		
	
	
	
	
	
SET client_min_messages = warning;
 | 
						|
\set ECHO none
 | 
						|
\i btree_gin.sql
 | 
						|
\set ECHO all
 | 
						|
RESET client_min_messages;
 |