]> granicus.if.org Git - postgresql/commitdiff
Remove duplicated word.
authorRobert Haas <rhaas@postgresql.org>
Tue, 7 Mar 2017 16:18:56 +0000 (11:18 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 7 Mar 2017 16:18:56 +0000 (11:18 -0500)
Amit Langote

doc/src/sgml/ref/analyze.sgml

index 49727e22dffa01398f50b31cb0baae83b44e1cb7..45dee101dfa3f46787098180e5500bfef71e0eae 100644 (file)
@@ -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.