mirror of
https://github.com/postgres/postgres.git
synced 2026-07-04 23:35:51 -04:00
Update maximum identifier length from 15 to 31 characters.
This commit is contained in:
parent
dc88d74af3
commit
cb88fd192b
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ it with the fact that the data is not present></comment>
|
|||
<title>Restrictions</title>
|
||||
<para>
|
||||
Type names cannot begin with the underscore character
|
||||
("_") and can only be 15 characters long. This is because
|
||||
("_") and can only be 31 characters long. This is because
|
||||
Postgres silently creates an array type for each base type
|
||||
with a name consisting of the base type's name prepended
|
||||
with an underscore.
|
||||
|
|
|
|||
Loading…
Reference in a new issue