Skip to content

Commit cb88fd1

Browse files
author
Thomas G. Lockhart
committed
Update maximum identifier length from 15 to 31 characters.
1 parent dc88d74 commit cb88fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/create_type.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ it with the fact that the data is not present></comment>
337337
<title>Restrictions</title>
338338
<para>
339339
Type names cannot begin with the underscore character
340-
("_") and can only be 15 characters long. This is because
340+
("_") and can only be 31 characters long. This is because
341341
Postgres silently creates an array type for each base type
342342
with a name consisting of the base type's name prepended
343343
with an underscore.

0 commit comments

Comments
 (0)