|
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 namescannot begin with the underscore character |
456 |
| - (<literal>_</literal>) andcan only be 62 characters |
| 455 | + User-defined type namesshould not begin with the underscore character |
| 456 | + (<literal>_</literal>) andshould 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
|
|