Index: doc/src/sgml/datatype.sgml
===================================================================
RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/datatype.sgml,v
retrieving revision 1.101
diff -c -r1.101 datatype.sgml
*** doc/src/sgml/datatype.sgml	23 Aug 2002 01:28:17 -0000	1.101
--- doc/src/sgml/datatype.sgml	23 Aug 2002 02:44:01 -0000
***************
*** 921,927 ****
      exists <emphasis>only</emphasis> for storage of internal catalog
      names and is not intended for use by the general user.  Its length
      is currently defined as 64 bytes (63 usable characters plus terminator)
!     but should be referenced using the macro
      <symbol>NAMEDATALEN</symbol>.  The length is set at compile time
      (and is therefore adjustable for special uses); the default
      maximum length may change in a future release.  The type
--- 921,927 ----
      exists <emphasis>only</emphasis> for storage of internal catalog
      names and is not intended for use by the general user.  Its length
      is currently defined as 64 bytes (63 usable characters plus terminator)
!     but should be referenced using the constant
      <symbol>NAMEDATALEN</symbol>.  The length is set at compile time
      (and is therefore adjustable for special uses); the default
      maximum length may change in a future release.  The type
Index: doc/src/sgml/ref/create_operator.sgml
===================================================================
RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/ref/create_operator.sgml,v
retrieving revision 1.30
diff -c -r1.30 create_operator.sgml
*** doc/src/sgml/ref/create_operator.sgml	10 Aug 2002 19:01:53 -0000	1.30
--- doc/src/sgml/ref/create_operator.sgml	23 Aug 2002 02:44:01 -0000
***************
*** 215,221 ****
  
    <para>
     The operator <replaceable class="parameter">name</replaceable>
!    is a sequence of up to <symbol>NAMEDATALEN</>-1 (31 by default) characters
     from the following list:
     <literallayout>
  + - * / &lt; &gt; = ~ ! @ # % ^ &amp; | ` ? $
--- 215,221 ----
  
    <para>
     The operator <replaceable class="parameter">name</replaceable>
!    is a sequence of up to <symbol>NAMEDATALEN</>-1 (63 by default) characters
     from the following list:
     <literallayout>
  + - * / &lt; &gt; = ~ ! @ # % ^ &amp; | ` ? $
