aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-03-07 11:18:56 -0500
committerRobert Haas <rhaas@postgresql.org>2017-03-07 11:18:56 -0500
commit508dabaf39e1f66cbe3fc54d2b66f010aa59c66b (patch)
treecdc73b5643b5d177f398d74281ac640f6e96177f
parent889a3f4892b271c502f74082a352447408f6292d (diff)
downloadpostgresql-508dabaf39e1f66cbe3fc54d2b66f010aa59c66b.tar.gz
postgresql-508dabaf39e1f66cbe3fc54d2b66f010aa59c66b.zip
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 49727e22dff..45dee101dfa 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.