From: Bruce Momjian <bruce@momjian.us> Date: Fri, 27 Mar 2009 02:25:04 +0000 (+0000) Subject: Updated release wording, per Greg Stark: X-Git-Tag: REL8_4_BETA1~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be99a030a4012e4ac0aae88b4f490917f2370c2f;p=postgresql Updated release wording, per Greg Stark: Previously EXPLAIN VERBOSE had output an internal representation of the --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 7d0ac86b97..553d0318f4 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.605 2009/03/27 01:44:30 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.606 2009/03/27 02:25:04 momjian Exp $ --> <!-- Typical markup: @@ -1181,7 +1181,7 @@ do it for earlier branch release files. </para> <para> - Previously EXPLAIN VERBOSE output an internal representation of the + Previously EXPLAIN VERBOSE had output an internal representation of the query plan. (That behavior is now available via debug_print_plan.) </para> </listitem>