File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.105  2009/04/15 22:42:50 momjian  Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.106  2009/05/03 20:45:43 tgl  Exp $
33PostgreSQL documentation
44-->
55
@@ -451,9 +451,7 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
451451        The name (possibly schema-qualified) of an existing table to
452452        alter. If <literal>ONLY</> is specified, only that table is
453453        altered. If <literal>ONLY</> is not specified, the table and any
454-         descendant tables are altered. The default can be changed
455-         using the configuration parameter <xref
456-         linkend="guc-sql-inheritance">.
454+         descendant tables are altered.
457455       </para>
458456      </listitem>
459457     </varlistentry>
Original file line number Diff line number Diff line change 11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.121  2009/04/15 22:42:50 momjian  Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.122  2009/05/03 20:45:43 tgl  Exp $
33PostgreSQL documentation
44-->
55
@@ -271,9 +271,7 @@ TABLE { [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ] |
271271        The name (optionally schema-qualified) of an existing table or
272272        view.  If <literal>ONLY</> is specified, only that table is
273273        scanned.  If <literal>ONLY</> is not specified, the table and
274-         any descendant tables are scanned.  The default
275-         behavior can be changed using the <xref
276-         linkend="guc-sql-inheritance"> configuration option.
274+         any descendant tables are scanned.
277275       </para>
278276      </listitem>
279277     </varlistentry>
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments