diff options
author | Tatsuo Ishii | 2019-01-08 00:51:17 +0000 |
---|---|---|
committer | Tatsuo Ishii | 2019-01-08 00:51:17 +0000 |
commit | a67212de198c9da70f04d2462474dc26965530c8 (patch) | |
tree | e4f1bf5abeaa9560dfa4550607d8313d1cec7fad /doc/src/sgml/btree.sgml | |
parent | 93fedda6f093ca0b47a27b91f3008afc43c49bcc (diff) |
Doc: fix meaning of acronym "btree".
Acronym "btree" better means "multi-way balanced tree" rather than
"multi-way binary tree".
Discussion: https://postgr.es/m/20190105.183532.1686260542006440682.t-ishii%40sraoss.co.jp
Diffstat (limited to 'doc/src/sgml/btree.sgml')
-rw-r--r-- | doc/src/sgml/btree.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/btree.sgml b/doc/src/sgml/btree.sgml index c16825e2eaf..996932e35d0 100644 --- a/doc/src/sgml/btree.sgml +++ b/doc/src/sgml/btree.sgml @@ -13,7 +13,7 @@ <para> <productname>PostgreSQL</productname> includes an implementation of the - standard <acronym>btree</acronym> (multi-way binary tree) index data + standard <acronym>btree</acronym> (multi-way balanced tree) index data structure. Any data type that can be sorted into a well-defined linear order can be indexed by a btree index. The only limitation is that an index entry cannot exceed approximately one-third of a page (after TOAST |