From: Thomas G. Lockhart Date: Wed, 23 Jun 1999 06:09:57 +0000 (+0000) Subject: Update maximum identifier length from 15 to 31 characters. X-Git-Tag: REL6_5_1~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb88fd192b6b0048a5cb60ecaa963056aa4c4b74;p=postgresql Update maximum identifier length from 15 to 31 characters. --- diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml index 0b6fa71616..4cdca3d429 100644 --- a/doc/src/sgml/ref/create_type.sgml +++ b/doc/src/sgml/ref/create_type.sgml @@ -337,7 +337,7 @@ it with the fact that the data is not present> Restrictions 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.