diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-04-04 15:06:21 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-04-04 15:06:21 -0400 |
commit | cd1661bbcc7c20a5c4d00dd114263ea9afe36063 (patch) | |
tree | dfaa3788710da0710a0e2ef1f81d33ab18c916a9 | |
parent | 1383e2a1a937116e1367c9584984f0730f9ef4d5 (diff) | |
download | postgresql-cd1661bbcc7c20a5c4d00dd114263ea9afe36063.tar.gz postgresql-cd1661bbcc7c20a5c4d00dd114263ea9afe36063.zip |
docs: update ltree URL for the DMOZ catalog
Reported-by: bbrincat@gmail.com
Discussion: https://postgr.es/m/152283596377.1441.11672249301622760943@wrigleys.postgresql.org
Author: Oleg Bartunov
Backpatch-through: 9.3
-rw-r--r-- | doc/src/sgml/ltree.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ltree.sgml b/doc/src/sgml/ltree.sgml index ea362f8a1d9..135f3b0a0f3 100644 --- a/doc/src/sgml/ltree.sgml +++ b/doc/src/sgml/ltree.sgml @@ -34,7 +34,7 @@ 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.dmoz.org"></ulink>) is about 240 bytes. + url="http://www.dmoztools.net"></ulink>) is about 271 bytes. </para> <para> |