diff options
author | Thomas G. Lockhart | 1999-06-23 06:09:57 +0000 |
---|---|---|
committer | Thomas G. Lockhart | 1999-06-23 06:09:57 +0000 |
commit | cb88fd192b6b0048a5cb60ecaa963056aa4c4b74 (patch) | |
tree | 1504aaff33cca9ff3a8c4d2aa0fbc77da7b3a255 /doc/src | |
parent | dc88d74af3c8ae7dbf3721b7df268e77d77e0448 (diff) |
Update maximum identifier length from 15 to 31 characters.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/create_type.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml index 0b6fa716168..4cdca3d4296 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></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. |