Typo in planstats.sgml

Started by Julien Rouhaudover 8 years ago3 messages
#1Julien Rouhaud
julien.rouhaud@dalibo.com
1 attachment(s)

A "condition" is missing, patch attached.

--
Julien Rouhaud
http://dalibo.com - http://dalibo.org

Attachments:

fix_planstats_1.difftext/plain; charset=us-asciiDownload
diff --git a/doc/src/sgml/planstats.sgml b/doc/src/sgml/planstats.sgml
index 8caf297f85..838fcda6d2 100644
--- a/doc/src/sgml/planstats.sgml
+++ b/doc/src/sgml/planstats.sgml
@@ -501,8 +501,8 @@ EXPLAIN (ANALYZE, TIMING OFF) SELECT * FROM t WHERE a = 1;
     of this clause to be 1%.  By comparing this estimate and the actual
     number of rows, we see that the estimate is very accurate
     (in fact exact, as the table is very small).  Changing the
-    <literal>WHERE</> to use the <structfield>b</> column, an identical
-    plan is generated.  But observe what happens if we apply the same
+    <literal>WHERE</> condition to use the <structfield>b</> column, an
+    identical plan is generated.  But observe what happens if we apply the same
     condition on both columns, combining them with <literal>AND</>:
 
 <programlisting>
#2Peter Eisentraut
peter.eisentraut@2ndquadrant.com
In reply to: Julien Rouhaud (#1)
Re: Typo in planstats.sgml

On 6/17/17 05:00, Julien Rouhaud wrote:

A "condition" is missing, patch attached.

fixed

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Julien Rouhaud
julien.rouhaud@dalibo.com
In reply to: Peter Eisentraut (#2)
Re: Typo in planstats.sgml

On 18/06/2017 01:03, Peter Eisentraut wrote:

On 6/17/17 05:00, Julien Rouhaud wrote:

A "condition" is missing, patch attached.

fixed

Thanks.

--
Julien Rouhaud
http://dalibo.com - http://dalibo.org

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers