Index: doc/src/sgml/datatype.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v
retrieving revision 1.163
diff -c -c -r1.163 datatype.sgml
*** doc/src/sgml/datatype.sgml	22 Oct 2005 19:33:57 -0000	1.163
--- doc/src/sgml/datatype.sgml	22 Dec 2005 21:44:08 -0000
***************
*** 1841,1849 ****
       </para>
  
       <para>
!       The optional precision
!       <replaceable>p</replaceable> should be between 0 and 6, and
!       defaults to the precision of the input literal.
       </para>
      </sect3>
  
--- 1841,1860 ----
       </para>
  
       <para>
!       The optional subsecond precision <replaceable>p</replaceable> should 
!       be between 0 and 6, and defaults to the precision of the input literal.
!      </para>
! 
!      <para>
!       Internally <type>interval</> values are stored as months, days,
!       and seconds. This is done because the number of days in a month
!       varies, and a day can have 23 or 25 hours if a daylight savings
!       time adjustment is involved. Because intervals are usually created
!       from constant strings or <type>timestamp</> subtraction, this
!       storage method works well in most cases. Functions
!       <function>justify_days</> and <function>justify_hours</> are
!       available for adjusting days and hours that overflow their normal
!       periods.
       </para>
      </sect3>
  
***************
*** 1936,1942 ****
        <literal>CURRENT_DATE</literal>, <literal>CURRENT_TIME</literal>, 
        <literal>CURRENT_TIMESTAMP</literal>, <literal>LOCALTIME</literal>, 
        <literal>LOCALTIMESTAMP</literal>.  The latter four accept an 
!       optional precision specification.  (See <xref 
        linkend="functions-datetime-current">.)  Note however that these are
        SQL functions and are <emphasis>not</> recognized as data input strings.
       </para>
--- 1947,1953 ----
        <literal>CURRENT_DATE</literal>, <literal>CURRENT_TIME</literal>, 
        <literal>CURRENT_TIMESTAMP</literal>, <literal>LOCALTIME</literal>, 
        <literal>LOCALTIMESTAMP</literal>.  The latter four accept an 
!       optional subsecond precision specification.  (See <xref 
        linkend="functions-datetime-current">.)  Note however that these are
        SQL functions and are <emphasis>not</> recognized as data input strings.
       </para>
