Thread: pgsql: Doc: correct misstatement about ltree label maximum length.

pgsql: Doc: correct misstatement about ltree label maximum length.

From
Tom Lane
Date:
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.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/756781cc8b6b9c3edb73dc617048605454c4103e

Modified Files
--------------
doc/src/sgml/ltree.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)