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