File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -71,9 +71,9 @@ DISCARD { ALL | PLANS | TEMPORARY | TEMP }
71
71
<listitem>
72
72
<para>
73
73
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:
77
77
<programlisting>
78
78
SET SESSION AUTHORIZATION DEFAULT;
79
79
RESET ALL;
You can’t perform that action at this time.
0 commit comments