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>
|
<TITLE>
|
||||||
Inputs
|
Inputs
|
||||||
</TITLE>
|
</TITLE>
|
||||||
|
|
||||||
<PARA>
|
<PARA>
|
||||||
|
|
||||||
|
<VARIABLELIST>
|
||||||
<VARLISTENTRY>
|
<VARLISTENTRY>
|
||||||
<TERM>
|
<TERM>
|
||||||
TEMP
|
TEMP
|
||||||
</TERM>
|
</TERM>
|
||||||
<LISTITEM>
|
<LISTITEM>
|
||||||
<PARA>
|
<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.
|
automatically dropped on session exit.
|
||||||
|
Existing permanent tables with the same name are not visible
|
||||||
|
while the temporary table exists.
|
||||||
</PARA>
|
</PARA>
|
||||||
</LISTITEM>
|
</LISTITEM>
|
||||||
</VARLISTENTRY>
|
</VARLISTENTRY>
|
||||||
|
|
||||||
<VARIABLELIST>
|
|
||||||
<VARLISTENTRY>
|
<VARLISTENTRY>
|
||||||
<TERM>
|
<TERM>
|
||||||
<REPLACEABLE CLASS="PARAMETER">table</REPLACEABLE>
|
<REPLACEABLE CLASS="PARAMETER">table</REPLACEABLE>
|
||||||
|
Reference in New Issue
Block a user