From: Bruce Momjian Date: Thu, 1 Apr 2010 00:18:21 +0000 (+0000) Subject: Improve 9.0 release notes by removing extra parentheses and linking to a X-Git-Tag: REL9_0_ALPHA5~4 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=8ae5160bf3c505b85a2c290a7c7781a7cadc5573;p=postgresql.git Improve 9.0 release notes by removing extra parentheses and linking to a more appropriate place for exclusion constraints. --- diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index c5b0223c6b8..d905f081afd 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1,5 +1,5 @@ @@ -455,7 +455,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE EXCLUDE [ USING index_method ] ( exclude_element WITH operator [, ... ] ) index_parameters [ WHERE ( predicate ) ] diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index 3e13f8e6806..fd3fa2fa290 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -1,4 +1,4 @@ - + @@ -285,7 +285,7 @@ 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) @@ -811,7 +811,7 @@ This is enabled with the 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