mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Spell "partitionwise" consistently.
I'm not sure which spelling is better, "partitionwise" or "partition-wise", but everywhere else we spell it "partitionwise", so be consistent. Tatsuro Yamada reported the one in README, I found the other one with grep. Discussion: https://www.postgresql.org/message-id/d25ebf36-5a6d-8b2c-1ff3-d6f022a56000@lab.ntt.co.jp
This commit is contained in:
		@@ -1106,8 +1106,8 @@ PartitionSchemeData object.  This reduces memory consumed by
 | 
			
		||||
PartitionSchemeData objects and makes it easy to compare the partition schemes
 | 
			
		||||
of joining relations.
 | 
			
		||||
 | 
			
		||||
Partition-wise aggregates/grouping
 | 
			
		||||
----------------------------------
 | 
			
		||||
Partitionwise aggregates/grouping
 | 
			
		||||
---------------------------------
 | 
			
		||||
 | 
			
		||||
If the GROUP BY clause has contains all of the partition keys, all the rows
 | 
			
		||||
that belong to a given group must come from a single partition; therefore,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user