From 6d1733fa90a3f8037c7c815ed6ab4d97c295e525 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Fri, 22 May 2015 21:42:15 +0900 Subject: [PATCH] Minor enhancement of readability of ALTER TABLE syntax in the doc. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fabrízio Mello --- doc/src/sgml/ref/alter_table.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index ff032bc283..207fec1758 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -66,7 +66,7 @@ ALTER TABLE ALL IN TABLESPACE name SET WITH OIDS SET WITHOUT OIDS SET TABLESPACE new_tablespace - SET {LOGGED | UNLOGGED} + SET { LOGGED | UNLOGGED } SET ( storage_parameter = value [, ... ] ) RESET ( storage_parameter [, ... ] ) INHERIT parent_table @@ -74,7 +74,7 @@ ALTER TABLE ALL IN TABLESPACE name OF type_name NOT OF OWNER TO { new_owner | CURRENT_USER | SESSION_USER } - REPLICA IDENTITY {DEFAULT | USING INDEX index_name | FULL | NOTHING} + REPLICA IDENTITY { DEFAULT | USING INDEX index_name | FULL | NOTHING } and table_constraint_using_index is: @@ -516,7 +516,7 @@ ALTER TABLE ALL IN TABLESPACE name - SET {LOGGED | UNLOGGED} + SET { LOGGED | UNLOGGED } This form changes the table from unlogged to logged or vice-versa