summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas2017-03-07 16:18:56 +0000
committerRobert Haas2017-03-07 16:18:56 +0000
commit508dabaf39e1f66cbe3fc54d2b66f010aa59c66b (patch)
treecdc73b5643b5d177f398d74281ac640f6e96177f
parent889a3f4892b271c502f74082a352447408f6292d (diff)
Remove duplicated word.
Amit Langote
-rw-r--r--doc/src/sgml/ref/analyze.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/analyze.sgml b/doc/src/sgml/ref/analyze.sgml
index 49727e22df..45dee101df 100644
--- a/doc/src/sgml/ref/analyze.sgml
+++ b/doc/src/sgml/ref/analyze.sgml
@@ -64,7 +64,7 @@ ANALYZE [ VERBOSE ] [ <replaceable class="PARAMETER">table_name</replaceable> [
<para>
The name (possibly schema-qualified) of a specific table to
analyze. If omitted, all regular tables, partitioned tables, and
- and materialized views in the current database are analyzed (but not
+ materialized views in the current database are analyzed (but not
foreign tables). If the specified table is a partitioned table, both the
inheritance statistics of the partitioned table as a whole and
statistics of the individual partitions are updated.