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.
This commit is contained in:
Tom Lane 2020-03-29 18:54:19 -04:00
parent 5feb3d0b3f
commit 550041728d
1 changed files with 2 additions and 2 deletions

View File

@ -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_</literal> are allowed). Labels must be less than 256 bytes
long.
<literal>A-Za-z0-9_</literal> are allowed).
Labels must be less than 256 characters long.
</para>
<para>