From: Robert Haas Date: Tue, 7 Mar 2017 16:18:56 +0000 (-0500) Subject: Remove duplicated word. X-Git-Tag: REL_10_BETA1~751 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=508dabaf39e1f66cbe3fc54d2b66f010aa59c66b;p=postgresql Remove duplicated word. Amit Langote --- 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 ] [ table_name [ 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.