Index: doc/src/sgml/ref/alter_table.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v
retrieving revision 1.104
diff -c -c -r1.104 alter_table.sgml
*** doc/src/sgml/ref/alter_table.sgml	11 Feb 2009 21:11:15 -0000	1.104
--- doc/src/sgml/ref/alter_table.sgml	15 Apr 2009 22:35:28 -0000
***************
*** 450,462 ****
         <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. <literal>*</> can be
!         appended to the table name to indicate that descendant tables are
!         to be altered, but in the current version, this is the default
!         behavior.  (In releases before 7.1, <literal>ONLY</> was the
!         default behavior.  The default can be altered by changing the
!         configuration parameter <xref linkend="guc-sql-inheritance">.)
         </para>
        </listitem>
       </varlistentry>
--- 450,459 ----
         <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 any
!         descendant tables are altered. The default can be changed
!         using the configuration parameter <xref
!         linkend="guc-sql-inheritance">.
         </para>
        </listitem>
       </varlistentry>
Index: doc/src/sgml/ref/select.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v
retrieving revision 1.120
diff -c -c -r1.120 select.sgml
*** doc/src/sgml/ref/select.sgml	2 Feb 2009 20:42:57 -0000	1.120
--- doc/src/sgml/ref/select.sgml	15 Apr 2009 22:35:32 -0000
***************
*** 271,282 ****
          The name (optionally schema-qualified) of an existing table or
          view.  If <literal>ONLY</> is specified, only that table is
          scanned.  If <literal>ONLY</> is not specified, the table and
!         all its descendant tables (if any) are scanned.  <literal>*</>
!         can be appended to the table name to indicate that descendant
!         tables are to be scanned, but in the current version, this is
!         the default behavior.  (In releases before 7.1,
!         <literal>ONLY</> was the default behavior.)  The default
!         behavior can be modified by changing the <xref
          linkend="guc-sql-inheritance"> configuration option.
         </para>
        </listitem>
--- 271,278 ----
          The name (optionally schema-qualified) of an existing table or
          view.  If <literal>ONLY</> is specified, only that table is
          scanned.  If <literal>ONLY</> is not specified, the table and
!         any descendant tables are scanned.  The default
!         behavior can be changed using the <xref
          linkend="guc-sql-inheritance"> configuration option.
         </para>
        </listitem>
