diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-04-05 15:55:41 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-04-05 15:55:41 -0400 |
commit | c00c4c57b04652fc8123f0a6d87314c0936745f3 (patch) | |
tree | 526565f64da0cfc6601f1e3b076cbc499ab96f0f | |
parent | 63f997931c5fc2974df33d77613e236434fba047 (diff) | |
download | postgresql-c00c4c57b04652fc8123f0a6d87314c0936745f3.tar.gz postgresql-c00c4c57b04652fc8123f0a6d87314c0936745f3.zip |
doc: remove mention of the DMOZ catalog in ltree docs
Discussion: https://postgr.es/m/CAF4Au4xYem_W3KOuxcKct7=G4j8Z3uO9j3DUKTFJqUsfp_9pQg@mail.gmail.com
Author: Oleg Bartunov
Backpatch-through: 9.3
-rw-r--r-- | doc/src/sgml/ltree.sgml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/sgml/ltree.sgml b/doc/src/sgml/ltree.sgml index 86b20ba3899..f42e0bf88c0 100644 --- a/doc/src/sgml/ltree.sgml +++ b/doc/src/sgml/ltree.sgml @@ -32,9 +32,7 @@ labels separated by dots, for example <literal>L1.L2.L3</>, representing a path from the root of a hierarchical tree to a particular node. The length of a label path must be less than 65kB, but keeping it under 2kB is - preferable. In practice this is not a major limitation; for example, - the longest label path in the DMOZ catalog (<ulink - url="http://www.dmoztools.net"></ulink>) is about 271 bytes. + preferable. </para> <para> |