From e75d99818dd3940be997520e64db8c9e3b207e39 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 07:05:26 +0200 Subject: Merging upstream version 15.7. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/ddl-partitioning.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/ddl-partitioning.html') diff --git a/doc/src/sgml/html/ddl-partitioning.html b/doc/src/sgml/html/ddl-partitioning.html index 7b3d0fd..3fdda8c 100644 --- a/doc/src/sgml/html/ddl-partitioning.html +++ b/doc/src/sgml/html/ddl-partitioning.html @@ -1,5 +1,5 @@ -5.11. Table Partitioning

5.11. Table Partitioning

+5.11. Table Partitioning

5.11. Table Partitioning

PostgreSQL supports basic table partitioning. This section describes why and how to implement partitioning as part of your database design. @@ -991,4 +991,4 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01'; painfully slow. Simulations of the intended workload are often beneficial for optimizing the partitioning strategy. Never just assume that more partitions are better than fewer partitions, nor vice-versa. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3