]> granicus.if.org Git - postgresql/commitdiff
Back out the rest of the RESET CONNECTION patch.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 25 Apr 2006 18:58:37 +0000 (18:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 25 Apr 2006 18:58:37 +0000 (18:58 +0000)
doc/src/sgml/ref/reset.sgml

index 2d70903cee9ee94390dec0b866179b97545f4100..77b80651317e03a12c91cfc3edae6745ba98e303 100644 (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>