projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc88d74
)
Update maximum identifier length from 15 to 31 characters.
author
Thomas G. Lockhart
Wed, 23 Jun 1999 06:09:57 +0000
(06:09 +0000)
committer
Thomas G. Lockhart
Wed, 23 Jun 1999 06:09:57 +0000
(06:09 +0000)
doc/src/sgml/ref/create_type.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_type.sgml
b/doc/src/sgml/ref/create_type.sgml
index 0b6fa7161684c1682d572a9a85dbb32f5929abc4..4cdca3d4296ebff2d7584e63b74d065ab7a3b207 100644
(file)
--- 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.