diff options
author | Robert Haas <rhaas@postgresql.org> | 2017-03-07 11:18:56 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2017-03-07 11:18:56 -0500 |
commit | 508dabaf39e1f66cbe3fc54d2b66f010aa59c66b (patch) | |
tree | cdc73b5643b5d177f398d74281ac640f6e96177f | |
parent | 889a3f4892b271c502f74082a352447408f6292d (diff) | |
download | postgresql-508dabaf39e1f66cbe3fc54d2b66f010aa59c66b.tar.gz postgresql-508dabaf39e1f66cbe3fc54d2b66f010aa59c66b.zip |
Remove duplicated word.
Amit Langote
-rw-r--r-- | doc/src/sgml/ref/analyze.sgml | 2 |
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. |