diff options
| author | Alvaro Herrera | 2016-11-14 14:14:34 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2016-11-14 14:14:34 +0000 |
| commit | da8c6f078d28d574e5e509ff2e7e6698840f3aeb (patch) | |
| tree | f183a69d55c490f631ef8cba95f2c7382bd64051 | |
| parent | 5c1ac4c685fe6fbe7781127931686f36e70265cd (diff) | |
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 b0759fc5dca..f07b6c15fde 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 <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> - SET TABLESPACE <replaceable class="PARAMETER">new_tablespace</replaceable> </synopsis> </refsynopsisdiv> |
