Improve 9.0 release notes by removing extra parentheses and linking to a
authorBruce Momjian
Thu, 1 Apr 2010 00:18:21 +0000 (00:18 +0000)
committerBruce Momjian
Thu, 1 Apr 2010 00:18:21 +0000 (00:18 +0000)
more appropriate place for exclusion constraints.

doc/src/sgml/ref/create_table.sgml
doc/src/sgml/release-9.0.sgml

index c5b0223c6b8340de0ab796aba6489a8a0f1c71cf..d905f081afdc37a347d066b849bac11f9b18a9de 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -455,7 +455,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE 
     
    
 
-   
+    id="SQL-CREATETABLE-EXCLUDE">
     EXCLUDE [ USING index_method ] ( exclude_element WITH operator [, ... ] ) index_parameters [ WHERE ( predicate ) ]
     
      
index 3e13f8e6806cdd503001d9bba1dd5a49b261dce0..fd3fa2fa290ccf513a87f6dd78c3f52853e361b3 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  
           
             
               Allow per-tablespace sequential and random page cost variables
-              (seq_page_cost/(random_page_cost)) via
+              (seq_page_cost/random_page_cost) via
               ALTER TABLESPACE
               ...  SET/RESET (Robert Haas)
             
 
             
               This is enabled with the 
-              linkend="SQL-CREATETABLE-description">CREATE
+              linkend="SQL-CREATETABLE-EXCLUDE">CREATE
               TABLE CONSTRAINT ...  EXCLUDE clause.  While
               uniqueness checks could be specified using this syntax,
               the real value of this feature is in using complex