Commit e3097396 authored by Tom Lane's avatar Tom Lane

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.
parent c2138f3c
<!-- <!--
$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 PostgreSQL documentation
--> -->
...@@ -71,9 +71,9 @@ DISCARD { ALL | PLANS | TEMPORARY | TEMP } ...@@ -71,9 +71,9 @@ DISCARD { ALL | PLANS | TEMPORARY | TEMP }
<listitem> <listitem>
<para> <para>
Releases all temporary resources associated with the current Releases all temporary resources associated with the current
session and resets the session to its initial state. This has session and resets the session to its initial state.
the same effect as executing the following sequence of Currently, this has the same effect as executing the following sequence
statements: of statements:
<programlisting> <programlisting>
SET SESSION AUTHORIZATION DEFAULT; SET SESSION AUTHORIZATION DEFAULT;
RESET ALL; RESET ALL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment