Doc: correct misstatement about ltree label maximum length.

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

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