Tweak wording of DISCARD ALL description to avoid giving the impression
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Nov 2008 00:28:06 +0000 (00:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Nov 2008 00:28:06 +0000 (00:28 +0000)
that the presented list of equivalent operations is meant to be the
primary definition of what it does.  Per comment from Guillaume Smet.

doc/src/sgml/ref/discard.sgml

index 76510a8ee9679dd74c10aed7a6a24ff58a4106fd..ddcf3d850f6d0dccd3022b564645e59af0eaef79 100644 (file)
@@ -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;