From 323bcca5249c707b68d9f6d921d86fd750bcf33e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:20 +0200 Subject: Merging upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/btree-intro.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/btree-intro.html') diff --git a/doc/src/sgml/html/btree-intro.html b/doc/src/sgml/html/btree-intro.html index 21a58b4..22f8d63 100644 --- a/doc/src/sgml/html/btree-intro.html +++ b/doc/src/sgml/html/btree-intro.html @@ -1,5 +1,5 @@ -67.1. Introduction

67.1. Introduction #

+67.1. Introduction

67.1. Introduction #

PostgreSQL includes an implementation of the standard btree (multi-way balanced tree) index data structure. Any data type that can be sorted into a well-defined linear @@ -14,4 +14,4 @@ some features that go beyond what would be needed just to support btree indexes, and parts of the system that are quite distant from the btree AM make use of them. -

\ No newline at end of file +

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