Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite309739

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 theprimary definition of what it does. Per comment from Guillaume Smet.
1 parentc2138f3 commite309739

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 hasthe same effect as executing the following sequence
76+
ofstatements:
7777
<programlisting>
7878
SET SESSION AUTHORIZATION DEFAULT;
7979
RESET ALL;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp