summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-03-29 18:54:19 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2020-03-29 18:54:19 -0400
commite4e07cca5a8a86bedcd874a6f674550407d35555 (patch)
tree4929411dfa175b7a643ab853316fd68b75538e8e /doc/src
parent2618ac6c6535171f4993a38e3410955e1c2a2073 (diff)
Doc: correct misstatement about ltree label maximum length.
The documentation says that the max length is 255 bytes, but code inspection says it's actually 255 characters; and relevant lengths are stored as uint16 so that that works.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ltree.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ltree.sgml b/doc/src/sgml/ltree.sgml
index 97dc8aa2d06..b399391da16 100644
--- a/doc/src/sgml/ltree.sgml
+++ b/doc/src/sgml/ltree.sgml
@@ -19,8 +19,8 @@
<para>
A <firstterm>label</firstterm> is a sequence of alphanumeric characters
and underscores (for example, in C locale the characters
- <literal>A-Za-z0-9_</> are allowed). Labels must be less than 256 bytes
- long.
+ <literal>A-Za-z0-9_</> are allowed).
+ Labels must be less than 256 characters long.
</para>
<para>