Fix unintelligible description created by removing only part of
authorTom Lane
Sun, 3 May 2009 20:45:43 +0000 (20:45 +0000)
committerTom Lane
Sun, 3 May 2009 20:45:43 +0000 (20:45 +0000)
a parenthetical remark.

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

index b4cd7e5d79cf0772a6d5f7c663cd0ceb152f862f..cccbfd2da6d76e34f7425b55855a96f9d3651188 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -451,9 +451,7 @@ 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 any
-        descendant tables are altered. The default can be changed
-        using the configuration parameter 
-        linkend="guc-sql-inheritance">.
+        descendant tables are altered.
        
       
      
index 7e58aa5982bd64f47a25fa2c4b04cf544e7fcdc6..9675adcbf86252632224a4a40a0bcd31aaa17e46 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -271,9 +271,7 @@ 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
-        any descendant tables are scanned.  The default
-        behavior can be changed using the 
-        linkend="guc-sql-inheritance"> configuration option.
+        any descendant tables are scanned.