|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.32 2002/08/22 00:01:40 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v 1.33 2002/08/23 00:33:24 tgl Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -390,7 +390,7 @@ CREATE TYPE |
390 | 390 |
|
391 | 391 | <para> |
392 | 392 | User-defined type names cannot begin with the underscore character |
393 | | - (<quote><literal>_</literal></quote>) and can only be30 |
| 393 | + (<quote><literal>_</literal></quote>) and can only be62 |
394 | 394 | characters long (or in general <literal>NAMEDATALEN-2</>, rather than |
395 | 395 | the <literal>NAMEDATALEN-1</> characters allowed for other names). |
396 | 396 | Type names beginning with underscore are |
|