Index: doc/src/sgml/ref/alter_table.sgml
===================================================================
RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/ref/alter_table.sgml,v
retrieving revision 1.48
diff -c -r1.48 alter_table.sgml
*** doc/src/sgml/ref/alter_table.sgml	2 Aug 2002 18:15:04 -0000	1.48
--- doc/src/sgml/ref/alter_table.sgml	12 Aug 2002 20:50:38 -0000
***************
*** 60,66 ****
        <term><replaceable class="PARAMETER"> table </replaceable></term>
        <listitem>
         <para>
! 	The name (possibly schema-qualified) of an existing table to alter.
         </para>
        </listitem>
       </varlistentry>
--- 60,69 ----
        <term><replaceable class="PARAMETER"> table </replaceable></term>
        <listitem>
         <para>
! 	The name (possibly schema-qualified) of an existing table to
! 	alter. If <literal>ONLY</> is specified, only that table is
! 	altered. If <literal>ONLY</> is not specified, the table and all
! 	its descendant tables (if any) are updated.
         </para>
        </listitem>
       </varlistentry>
Index: doc/src/sgml/ref/update.sgml
===================================================================
RCS file: /var/lib/cvs/pgsql-server/doc/src/sgml/ref/update.sgml,v
retrieving revision 1.19
diff -c -r1.19 update.sgml
*** doc/src/sgml/ref/update.sgml	23 Apr 2002 02:07:16 -0000	1.19
--- doc/src/sgml/ref/update.sgml	12 Aug 2002 20:50:38 -0000
***************
*** 40,46 ****
        <term><replaceable class="PARAMETER">table</replaceable></term>
        <listitem>
         <para>
! 	The name (optionally schema-qualified) of an existing table.
         </para>
        </listitem>
       </varlistentry>
--- 40,49 ----
        <term><replaceable class="PARAMETER">table</replaceable></term>
        <listitem>
         <para>
! 	The name (optionally schema-qualified) of an existing table. If
! 	<literal>ONLY</> is specified, only that table is updated.  If
! 	<literal>ONLY</> is not specified, the table and all its
! 	descendant tables (if any) are updated.
         </para>
        </listitem>
       </varlistentry>
