From 8ae5160bf3c505b85a2c290a7c7781a7cadc5573 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 1 Apr 2010 00:18:21 +0000 Subject: [PATCH] Improve 9.0 release notes by removing extra parentheses and linking to a more appropriate place for exclusion constraints. --- doc/src/sgml/ref/create_table.sgml | 4 ++-- doc/src/sgml/release-9.0.sgml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index c5b0223c6b..d905f081af 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 3e13f8e680..fd3fa2fa29 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 -- GitLab