Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdcded41

Browse files
author
Thomas G. Lockhart
committed
Minor markup changes for the recent TEMP TABLE info.
Docs should build now...
1 parentb106421 commitdcded41

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎doc/src/sgml/ref/create_table.sgml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<DATE>1998-09-11</DATE>
1919
</REFSYNOPSISDIVINFO>
2020
<SYNOPSIS>
21-
CREATE [TEMP] TABLE <REPLACEABLE CLASS="PARAMETER">table</REPLACEABLE> (
21+
CREATE [TEMP] TABLE <REPLACEABLE CLASS="PARAMETER">table</REPLACEABLE> (
2222
<REPLACEABLE CLASS="PARAMETER">column</REPLACEABLE> <REPLACEABLE CLASS="PARAMETER">type</REPLACEABLE>
2323
[ NULL | NOT NULL ] [ UNIQUE ] [ DEFAULT <REPLACEABLE CLASS="PARAMETER">value</REPLACEABLE> ]
2424
[<REPLACEABLE>column_constraint_clause</REPLACEABLE> | PRIMARY KEY } [ ... ] ]
@@ -36,21 +36,24 @@ CREATE [TEMP] TABLE <REPLACEABLE CLASS="PARAMETER">table</REPLACEABLE> (
3636
<TITLE>
3737
Inputs
3838
</TITLE>
39+
3940
<PARA>
4041

42+
<VARIABLELIST>
4143
<VARLISTENTRY>
4244
<TERM>
4345
TEMP
4446
</TERM>
4547
<LISTITEM>
4648
<PARA>
47-
The table is createdunique to this session, and is
49+
The table is createdonly for this session, and is
4850
automatically dropped on session exit.
51+
Existing permanent tables with the same name are not visible
52+
while the temporary table exists.
4953
</PARA>
5054
</LISTITEM>
5155
</VARLISTENTRY>
5256

53-
<VARIABLELIST>
5457
<VARLISTENTRY>
5558
<TERM>
5659
<REPLACEABLE CLASS="PARAMETER">table</REPLACEABLE>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp