mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			174 B
		
	
	
	
		
			PL/PgSQL
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			174 B
		
	
	
	
		
			PL/PgSQL
		
	
	
	
	
	
--
 | 
						|
-- first, define the datatype.  Turn off echoing so that expected file
 | 
						|
-- does not depend on contents of btree_gist.sql.
 | 
						|
--
 | 
						|
\set ECHO none
 | 
						|
\i btree_gist.sql
 | 
						|
\set ECHO all
 |