mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Allow hyphens in ltree labels
Also increase the allowed length of labels to 1000 characters Garen Torikian Discussion: https://postgr.es/m/CAGXsc+-mNg9Gc0rp-ER0sv+zkZSZp2wE9-LX6XcoWSLVz22tZA@mail.gmail.com
This commit is contained in:
@ -23,10 +23,11 @@
|
||||
<title>Definitions</title>
|
||||
|
||||
<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 characters long.
|
||||
A <firstterm>label</firstterm> is a sequence of alphanumeric characters,
|
||||
underscores, and hyphens. Valid alphanumeric character ranges are
|
||||
dependent on the database locale. For example, in C locale, the characters
|
||||
<literal>A-Za-z0-9_-</literal> are allowed.
|
||||
Labels must be no more than 1000 characters long.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user