mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Minor markup changes for the recent TEMP TABLE info.
Docs should build now...
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user