From: Peter Eisentraut Date: Tue, 18 Dec 2012 06:21:59 +0000 (-0500) Subject: Fix typo X-Git-Tag: REL9_1_8~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd2acc2dc8119ae5657855c6adf19950a6fe18d4;p=thirdparty%2Fpostgresql.git Fix typo --- diff --git a/doc/src/sgml/ref/explain.sgml b/doc/src/sgml/ref/explain.sgml index 3d7d13c0c10..ce5e4dada2b 100644 --- a/doc/src/sgml/ref/explain.sgml +++ b/doc/src/sgml/ref/explain.sgml @@ -159,7 +159,7 @@ ROLLBACK; materialized plans, respectively. The number of blocks shown for an upper-level node includes those used by all its child nodes. In text format, only non-zero values are printed. This parameter may only be - used with ANALYZE parameter. It defaults to + used with the ANALYZE parameter. It defaults to FALSE.