Thanks to visit codestin.com Credit goes to github.com
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 93fedda commit a67212dCopy full SHA for a67212d
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