Index: doc/src/sgml/ref/create_type.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/ref/create_type.sgml,v
retrieving revision 1.64
diff -c -c -r1.64 create_type.sgml
*** doc/src/sgml/ref/create_type.sgml	16 Sep 2006 00:30:17 -0000	1.64
--- doc/src/sgml/ref/create_type.sgml	23 Dec 2006 01:05:31 -0000
***************
*** 452,459 ****
    <title>Notes</title>
  
    <para>
!    User-defined type names cannot begin with the underscore character
!    (<literal>_</literal>) and can only be 62 characters
     long (or in general <symbol>NAMEDATALEN</symbol> - 2, rather than
     the <symbol>NAMEDATALEN</symbol> - 1 characters allowed for other
     names).  Type names beginning with underscore are reserved for
--- 452,459 ----
    <title>Notes</title>
  
    <para>
!    User-defined type names should not begin with the underscore character
!    (<literal>_</literal>) and should only be 62 characters
     long (or in general <symbol>NAMEDATALEN</symbol> - 2, rather than
     the <symbol>NAMEDATALEN</symbol> - 1 characters allowed for other
     names).  Type names beginning with underscore are reserved for
