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