Remove mention of pre-7.1 inheritance behavior from /ref pages; keep
authorBruce Momjian
Wed, 15 Apr 2009 22:42:50 +0000 (22:42 +0000)
committerBruce Momjian
Wed, 15 Apr 2009 22:42:50 +0000 (22:42 +0000)
mentions in main documentation.

doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/select.sgml

index 2bfa5833134c8f8b4a67e8071e49fbcb7a220021..b4cd7e5d79cf0772a6d5f7c663cd0ceb152f862f 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -450,13 +450,10 @@ where action is one of:
        
         The name (possibly schema-qualified) of an existing table to
         alter. If ONLY is specified, only that table is
-        altered. If ONLY is not specified, the table and all
-        its descendant tables (if any) are updated. * 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, ONLY was the
-        default behavior.  The default can be altered by changing the
-        configuration parameter .)
+        altered. If ONLY is not specified, the table and any
+        descendant tables are altered. The default can be changed
+        using the configuration parameter 
+        linkend="guc-sql-inheritance">.
        
       
      
index ff5d68126042b65e39128c93426a677c0b6eb1ab..7e58aa5982bd64f47a25fa2c4b04cf544e7fcdc6 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -271,12 +271,8 @@ TABLE { [ ONLY ] table_name [ * ] |
         The name (optionally schema-qualified) of an existing table or
         view.  If ONLY is specified, only that table is
         scanned.  If ONLY is not specified, the table and
-        all its descendant tables (if any) are scanned.  *
-        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,
-        ONLY was the default behavior.)  The default
-        behavior can be modified by changing the 
+        any descendant tables are scanned.  The default
+        behavior can be changed using the 
         linkend="guc-sql-inheritance"> configuration option.