summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2008-11-27 00:28:06 +0000
committerTom Lane2008-11-27 00:28:06 +0000
commite309739670ac8c2fa0b236d116fcd44b0522025a (patch)
tree72f8ed15e466d5f56bb26c7ae1cdf3dbf61e0c2b
parentc2138f3caad74c904e86121b22ee63e8495618bf (diff)
Tweak wording of DISCARD ALL description to avoid giving the impression
that the presented list of equivalent operations is meant to be the primary definition of what it does. Per comment from Guillaume Smet.
-rw-r--r--doc/src/sgml/ref/discard.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/discard.sgml b/doc/src/sgml/ref/discard.sgml
index 2392e5bf54..695cc78902 100644
--- a/doc/src/sgml/ref/discard.sgml
+++ b/doc/src/sgml/ref/discard.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/discard.sgml,v 1.4 2008/11/26 01:21:07 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/discard.sgml,v 1.5 2008/11/27 00:28:06 tgl Exp $
PostgreSQL documentation
-->
@@ -71,9 +71,9 @@ DISCARD { ALL | PLANS | TEMPORARY | TEMP }
<listitem>
<para>
Releases all temporary resources associated with the current
- session and resets the session to its initial state. This has
- the same effect as executing the following sequence of
- statements:
+ session and resets the session to its initial state.
+ Currently, this has the same effect as executing the following sequence
+ of statements:
<programlisting>
SET SESSION AUTHORIZATION DEFAULT;
RESET ALL;