diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-11-14 11:14:34 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-11-14 11:14:34 -0300 |
commit | cd2ec8aaa16e20e07c12d076f5235e3764a963ed (patch) | |
tree | 4738acb839a3bee925a3ce2d502c29f4b5d4a4ed | |
parent | 6f932cac7a20995e07d8c546143c45793a5072a0 (diff) | |
download | postgresql-cd2ec8aaa16e20e07c12d076f5235e3764a963ed.tar.gz postgresql-cd2ec8aaa16e20e07c12d076f5235e3764a963ed.zip |
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.
-rw-r--r-- | doc/src/sgml/ref/alter_materialized_view.sgml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_materialized_view.sgml b/doc/src/sgml/ref/alter_materialized_view.sgml index b5c44bfabf4..b88f5ac00fb 100644 --- a/doc/src/sgml/ref/alter_materialized_view.sgml +++ b/doc/src/sgml/ref/alter_materialized_view.sgml @@ -45,7 +45,6 @@ ALTER MATERIALIZED VIEW ALL IN TABLESPACE <replaceable class="parameter">name</r SET ( <replaceable class="PARAMETER">storage_parameter</replaceable> = <replaceable class="PARAMETER">value</replaceable> [, ... ] ) RESET ( <replaceable class="PARAMETER">storage_parameter</replaceable> [, ... ] ) OWNER TO { <replaceable class="PARAMETER">new_owner</replaceable> | CURRENT_USER | SESSION_USER } - SET TABLESPACE <replaceable class="PARAMETER">new_tablespace</replaceable> </synopsis> </refsynopsisdiv> |