mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-11 19:20:40 +08:00
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:
parent
e1ff780485
commit
122b0ccfef
@ -25,8 +25,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>
|
||||
|
Loading…
Reference in New Issue
Block a user