Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e309739

Browse files
committed
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.
1 parent c2138f3 commit e309739

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/ref/discard.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/discard.sgml,v 1.4 2008/11/26 01:21:07 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/discard.sgml,v 1.5 2008/11/27 00:28:06 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -71,9 +71,9 @@ DISCARD { ALL | PLANS | TEMPORARY | TEMP }
7171
<listitem>
7272
<para>
7373
Releases all temporary resources associated with the current
74-
session and resets the session to its initial state. This has
75-
the same effect as executing the following sequence of
76-
statements:
74+
session and resets the session to its initial state.
75+
Currently, this has the same effect as executing the following sequence
76+
of statements:
7777
<programlisting>
7878
SET SESSION AUTHORIZATION DEFAULT;
7979
RESET ALL;

0 commit comments

Comments
 (0)