Update man page for select

REL6_5_PATCHES
Bruce Momjian 1999-05-10 18:22:48 +00:00
parent bb885dd1a1
commit 0b4fab42c3
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ SELECT [ALL|DISTINCT [ON <replaceable class="PARAMETER">column</replaceable>] ]
If the INTO TABLE clause is specified, the result of the If the INTO TABLE clause is specified, the result of the
query will be stored in another table with the indicated query will be stored in another table with the indicated
name. name.
If <replaceable class="PARAMETER">new_table</replaceable> does The <replaceable class="PARAMETER">new_table</replaceable> will
not exist, it will be created automatically. be created automatically and should not exist before this command.
Refer to <command>SELECT INTO</command> for more information. Refer to <command>SELECT INTO</command> for more information.
<note> <note>
<para> <para>