aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2016-11-14 11:14:34 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2016-11-14 11:14:34 -0300
commitf16159ce15040b0dc0b2c01b8c7345bfc594cc28 (patch)
tree8033f520128e6b5a377e6515b22db1504744f081 /doc/src
parent6e00ba1e17056b86f698e448f900bc35868f5f64 (diff)
downloadpostgresql-f16159ce15040b0dc0b2c01b8c7345bfc594cc28.tar.gz
postgresql-f16159ce15040b0dc0b2c01b8c7345bfc594cc28.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.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/alter_materialized_view.sgml1
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 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 <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>