@@ -4113,12 +4113,12 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
41134113 <para>
41144114 It is also important to consider the overhead of partitioning during
41154115 query planning and execution. The query planner is generally able to
4116- handle partition hierarchies up a few hundred partitions fairly well,
4117- provided that typical queries allow the query planner to prune all but a
4118- small number of partitions. Planning times become longer and memory
4116+ handle partition hierarchieswith upto a few hundred partitions fairly
4117+ well, provided that typical queries allow the query planner to prune all
4118+ but a small number of partitions. Planning times become longer and memory
41194119 consumption becomes higher as more partitions are added. This is
41204120 particularly true for the <command>UPDATE</command> and
4121- <command>DELETE</command> commands. Another reason to be concerned about
4121+ <command>DELETE</command> commands. Another reason to be concerned about
41224122 having a large number of partitions is that the server's memory
41234123 consumption may grow significantly over a period of time, especially if
41244124 many sessions touch large numbers of partitions. That's because each