Back out the rest of the RESET CONNECTION patch.

This commit is contained in:
Tom Lane 2006-04-25 18:58:37 +00:00
parent 1e3593ce16
commit 7e2d5594d7

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/reset.sgml,v 1.30 2006/04/25 14:56:04 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/reset.sgml,v 1.31 2006/04/25 18:58:37 tgl Exp $
PostgreSQL documentation
-->
@ -50,11 +50,8 @@ SET <replaceable class="parameter">configuration_parameter</replaceable> TO DEFA
<para>
See the <command>SET</> reference page for details on the
transaction behavior of <command>RESET</>. <command>RESET
CONNECTION</command> can be used to reset all aspects of
a session, not just parameter values.
transaction behavior of <command>RESET</>.
</para>
</refsect1>
<refsect1>