Commit cb88fd19 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Update maximum identifier length from 15 to 31 characters.

parent dc88d74a
...@@ -337,7 +337,7 @@ it with the fact that the data is not present></comment> ...@@ -337,7 +337,7 @@ it with the fact that the data is not present></comment>
<title>Restrictions</title> <title>Restrictions</title>
<para> <para>
Type names cannot begin with the underscore character 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 Postgres silently creates an array type for each base type
with a name consisting of the base type's name prepended with a name consisting of the base type's name prepended
with an underscore. with an underscore.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment