Skip to content
Snippets Groups Projects
Commit e3097396 authored by Tom Lane's avatar Tom Lane
Browse files

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
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment