Doc: correct misstatement about ltree label maximum length.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 122b0ccfef068b0c0c3716c83a93173866e454aa
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-03-29T22:54:19Z
Releases: 13.0
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.

Files

PathChange+/−
doc/src/sgml/ltree.sgml modified +2 −2

Documentation touched