projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
889a3f4
)
Remove duplicated word.
author
Robert Haas
<rhaas@postgresql.org>
Tue, 7 Mar 2017 16:18:56 +0000
(11:18 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Tue, 7 Mar 2017 16:18:56 +0000
(11:18 -0500)
Amit Langote
doc/src/sgml/ref/analyze.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/analyze.sgml
b/doc/src/sgml/ref/analyze.sgml
index 49727e22dffa01398f50b31cb0baae83b44e1cb7..45dee101dfa3f46787098180e5500bfef71e0eae 100644
(file)
--- 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.