mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Mention of DEFAULT_STATISTICS_TARGET default.
Jeff Davis
This commit is contained in:
parent
da1738a178
commit
88ae9cd411
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.161 2002/12/06 05:17:03 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.162 2002/12/06 05:18:57 momjian Exp $
|
||||
-->
|
||||
|
||||
<Chapter Id="runtime">
|
||||
|
|
@ -652,7 +652,7 @@ env PGOPTIONS='-c geqo=off' psql
|
|||
had a column-specific target set via <command>ALTER TABLE SET
|
||||
STATISTICS</>. Larger values increase the time needed to do
|
||||
<command>ANALYZE</>, but may improve the quality of the planner's
|
||||
estimates.
|
||||
estimates. The default value is 10.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue