From: Tom Lane Date: Thu, 27 Nov 2008 00:28:06 +0000 (+0000) Subject: Tweak wording of DISCARD ALL description to avoid giving the impression X-Git-Tag: REL9_0_0~2770 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e309739670ac8c2fa0b236d116fcd44b0522025a;p=pg-rex%2Fsyncrep.git 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. --- diff --git a/doc/src/sgml/ref/discard.sgml b/doc/src/sgml/ref/discard.sgml index 2392e5bf54..695cc78902 100644 --- a/doc/src/sgml/ref/discard.sgml +++ b/doc/src/sgml/ref/discard.sgml @@ -1,5 +1,5 @@ @@ -71,9 +71,9 @@ DISCARD { ALL | PLANS | TEMPORARY | TEMP } 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: SET SESSION AUTHORIZATION DEFAULT; RESET ALL;