From f16159ce15040b0dc0b2c01b8c7345bfc594cc28 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 14 Nov 2016 11:14:34 -0300 Subject: [PATCH] Fix duplication in ALTER MATERIALIZE VIEW synopsis 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/src/sgml/ref/alter_materialized_view.sgml b/doc/src/sgml/ref/alter_materialized_view.sgml index 8807e01c365..10c52d0da0a 100644 --- a/doc/src/sgml/ref/alter_materialized_view.sgml +++ b/doc/src/sgml/ref/alter_materialized_view.sgml @@ -43,7 +43,6 @@ ALTER MATERIALIZED VIEW ALL IN TABLESPACE namestorage_parameter = value [, ... ] ) RESET ( storage_parameter [, ... ] ) OWNER TO { new_owner | CURRENT_USER | SESSION_USER } - SET TABLESPACE new_tablespace -- 2.39.5