1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
<!-- manual page source format generated by PolyglotMan v3.0.4, -->
<!-- available via anonymous ftp from ftp.cs.berkeley.edu:/ucb/people/phelps/tcltk/rman.tar.Z -->
<HTML>
<HEAD>
<TITLE>RESET(SQL) manual page</TITLE>
</HEAD>
<BODY>
<A HREF="sql.html">SQL Reference Contents</A>
<H2><A NAME="sect0" HREF="#toc0">NAME </A></H2>
reset - restore run-time parameters for session to default values
<H2><A NAME="sect1" HREF="#toc1">SYNOPSIS </A></H2>
<B>reset </B> variable <BR>
<H2><A NAME="sect2" HREF="#toc2">DESCRIPTION </A></H2>
<B>Reset</B> will display the current
configuration parameters for <I>variable</I> during a session. <P>
The session can
be configured using <I><A HREF="set.l.html">set</I>(l)</A>
, and values can be displayed using <I><A HREF="show.l.html">show</I>(l)</A>
.
Parameters and values are case-insensitive. <P>
See <I><A HREF="set.l.html">set</I>(l)</A>
for more information
on available variables. <P>
<H2><A NAME="sect3" HREF="#toc3">EXAMPLES </A></H2>
tgl=> reset DateStyle; <BR>
RESET VARIABLE
<BR>
tgl=> reset GEQO; <BR>
RESET VARIABLE <BR>
<H2><A NAME="sect4" HREF="#toc4">SEE ALSO </A></H2>
<A HREF="pgbuiltin.3.html">pgbuiltin(3)</A>
, <A HREF="set.l.html">set(l)</A>
, <A HREF="show.l.html">show(l)</A>
.
<H2><A NAME="sect5" HREF="#toc5">BUGS </A></H2>
TBD <P>
<HR><P>
<A NAME="toc"><B>Table of Contents</B></A><P>
<UL>
<LI><A NAME="toc0" HREF="#sect0">NAME</A></LI>
<LI><A NAME="toc1" HREF="#sect1">SYNOPSIS</A></LI>
<LI><A NAME="toc2" HREF="#sect2">DESCRIPTION</A></LI>
<LI><A NAME="toc3" HREF="#sect3">EXAMPLES</A></LI>
<LI><A NAME="toc4" HREF="#sect4">SEE ALSO</A></LI>
<LI><A NAME="toc5" HREF="#sect5">BUGS</A></LI>
</UL>
</BODY></HTML>
|