mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			83 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			83 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
\connect zulip
 | 
						|
CREATE EXTENSION pgroonga;
 | 
						|
GRANT USAGE ON SCHEMA pgroonga TO zulip;
 |