From 6df6d8e36104003c7a4e4724278809011a871bd2 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Thu, 12 Apr 2007 22:34:45 +0000 Subject: Fixes for RESET SESSION patch, per Alvaro. Fix a typo in the RESET ref page (sorry, my fault!), and simplify the coding of ResetTempTableNamespace(). --- doc/src/sgml/ref/reset.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/reset.sgml b/doc/src/sgml/ref/reset.sgml index e94ef0b8d57..e98f7ff56c6 100644 --- a/doc/src/sgml/ref/reset.sgml +++ b/doc/src/sgml/ref/reset.sgml @@ -1,5 +1,5 @@ @@ -42,7 +42,7 @@ SET configuration_parameter TO DEFA The default value is defined as the value that the parameter would - have had, if no SET ever been issued for it in the + have had, if no SET had ever been issued for it in the current session. The actual source of this value might be a compiled-in default, the configuration file, command-line options, or per-database or per-user default settings. See configuration_parameter TO DEFA Releases all temporary resources associated with the current session. This has the same effect as executing the following command sequence: - + SET SESSION AUTHORIZATION DEFAULT; RESET ALL; DEALLOCATE ALL; @@ -120,7 +120,7 @@ CLOSE ALL; UNLISTEN *; RESET PLANS; RESET TEMP; - + -- cgit v1.2.3