We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff2a7d commit 9f05c44Copy full SHA for 9f05c44
doc/src/sgml/ref/discard.sgml
@@ -84,15 +84,15 @@ DISCARD { ALL | PLANS | SEQUENCES | TEMPORARY | TEMP }
84
Currently, this has the same effect as executing the following sequence
85
of statements:
86
<programlisting>
87
+CLOSE ALL;
88
SET SESSION AUTHORIZATION DEFAULT;
89
RESET ALL;
90
DEALLOCATE ALL;
-CLOSE ALL;
91
UNLISTEN *;
92
SELECT pg_advisory_unlock_all();
93
DISCARD PLANS;
94
-DISCARD SEQUENCES;
95
DISCARD TEMP;
+DISCARD SEQUENCES;
96
</programlisting></para>
97
</listitem>
98
</varlistentry>
0 commit comments