Minor markup changes for the recent TEMP TABLE info.

Docs should build now...
REL6_5_PATCHES
Thomas G. Lockhart 1999-02-13 03:33:50 +00:00
parent b106421473
commit dcded41895
1 changed files with 6 additions and 3 deletions

View File

@ -36,21 +36,24 @@ CREATE [TEMP] TABLE <REPLACEABLE CLASS="PARAMETER">table</REPLACEABLE> (
<TITLE>
Inputs
</TITLE>
<PARA>
<VARIABLELIST>
<VARLISTENTRY>
<TERM>
TEMP
</TERM>
<LISTITEM>
<PARA>
The table is created unique to this session, and is
The table is created only for this session, and is
automatically dropped on session exit.
Existing permanent tables with the same name are not visible
while the temporary table exists.
</PARA>
</LISTITEM>
</VARLISTENTRY>
<VARIABLELIST>
<VARLISTENTRY>
<TERM>
<REPLACEABLE CLASS="PARAMETER">table</REPLACEABLE>