Fix duplication in ALTER MATERIALIZE VIEW synopsis
authorAlvaro Herrera
Mon, 14 Nov 2016 14:14:34 +0000 (11:14 -0300)
committerAlvaro Herrera
Mon, 14 Nov 2016 14:14:34 +0000 (11:14 -0300)
Commit 3c4cf080879b should have removed SET TABLESPACE from the synopsis
of ALTER MATERIALIZE VIEW as a possible "action" when it added a
separate line for it in the main command listing, but failed to.
Repair.

Backpatch to 9.4, like the aforementioned commit.

doc/src/sgml/ref/alter_materialized_view.sgml

index b0759fc5dca5af497e837f203d9edc7082820f4a..f07b6c15fde4574440ec32e87d19d22ca16af27b 100644 (file)
@@ -43,7 +43,6 @@ ALTER MATERIALIZED VIEW ALL IN TABLESPACE name
     SET ( storage_parameter = value [, ... ] )
     RESET ( storage_parameter [, ... ] )
     OWNER TO new_owner
-    SET TABLESPACE new_tablespace