Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit122b0cc

Browse files
committed
Doc: correct misstatement about ltree label maximum length.
The documentation says that the max length is 255 bytes, butcode inspection says it's actually 255 characters; and relevantlengths are stored as uint16 so that that works.
1 parente1ff780 commit122b0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ltree.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<para>
2626
A <firstterm>label</firstterm> is a sequence of alphanumeric characters
2727
and underscores (for example, in C locale the characters
28-
<literal>A-Za-z0-9_</literal> are allowed). Labels must be less than 256 bytes
29-
long.
28+
<literal>A-Za-z0-9_</literal> are allowed).
29+
Labels must be less than 256 characterslong.
3030
</para>
3131

3232
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp