File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/create_type.sgml,v 1.64 2006/09/16 00:30:17 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/create_type.sgml,v 1.65 2006/12/23 01:28:09 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -452,8 +452,8 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
452
452
<title>Notes</title>
453
453
454
454
<para>
455
- User-defined type names cannot begin with the underscore character
456
- (<literal>_</literal>) and can only be 62 characters
455
+ User-defined type names should not begin with the underscore character
456
+ (<literal>_</literal>) and should only be 62 characters
457
457
long (or in general <symbol>NAMEDATALEN</symbol> - 2, rather than
458
458
the <symbol>NAMEDATALEN</symbol> - 1 characters allowed for other
459
459
names). Type names beginning with underscore are reserved for
You can’t perform that action at this time.
0 commit comments