mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	Fix typo in example.
This commit is contained in:
		
							parent
							
								
									26a6267226
								
							
						
					
					
						commit
						8b6b50a34d
					
				@ -90,7 +90,7 @@ SELECT upper(int8range(15, 25));
 | 
			
		||||
-- Compute the intersection
 | 
			
		||||
SELECT int4range(10, 20) * int4range(15, 25);
 | 
			
		||||
 | 
			
		||||
-- Is the range non-empty?
 | 
			
		||||
-- Is the range empty?
 | 
			
		||||
SELECT isempty(numrange(1, 5));
 | 
			
		||||
</programlisting>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user