8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de8c71 commit 6ce6d98Copy full SHA for 6ce6d98
doc/src/sgml/btree.sgml
@@ -13,7 +13,7 @@
13
14
<para>
15
<productname>PostgreSQL</productname> includes an implementation of the
16
- standard <acronym>btree</acronym> (multi-way binary tree) index data
+ standard <acronym>btree</acronym> (multi-way balanced tree) index data
17
structure. Any data type that can be sorted into a well-defined linear
18
order can be indexed by a btree index. The only limitation is that an
19
index entry cannot exceed approximately one-third of a page (after TOAST
0 commit comments