Index: doc/src/sgml/ref/alter_table.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v
retrieving revision 1.114
diff -c -c -r1.114 alter_table.sgml
*** doc/src/sgml/ref/alter_table.sgml	9 Jun 2010 17:48:10 -0000	1.114
--- doc/src/sgml/ref/alter_table.sgml	24 Jun 2010 14:54:00 -0000
***************
*** 689,696 ****
  
     <para>
      Adding a column with a non-null default or changing the type of an
!     existing column will require the entire table to be rewritten.  This
!     might take a significant amount of time for a large table; and it will
      temporarily require double the disk space.  Adding or removing a system
      <literal>oid</> column likewise requires rewriting the entire table.
     </para>
--- 689,696 ----
  
     <para>
      Adding a column with a non-null default or changing the type of an
!     existing column will require the entire table and indexes to be rewritten.
!     This might take a significant amount of time for a large table; and it will
      temporarily require double the disk space.  Adding or removing a system
      <literal>oid</> column likewise requires rewriting the entire table.
     </para>
