Skip to content
Snippets Groups Projects
Commit 0b4fab42 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update man page for select

parent bb885dd1
No related branches found
No related tags found
No related merge requests found
......@@ -85,8 +85,8 @@ SELECT [ALL|DISTINCT [ON <replaceable class="PARAMETER">column</replaceable>] ]
If the INTO TABLE clause is specified, the result of the
query will be stored in another table with the indicated
name.
If <replaceable class="PARAMETER">new_table</replaceable> does
not exist, it will be created automatically.
The <replaceable class="PARAMETER">new_table</replaceable> will
be created automatically and should not exist before this command.
Refer to <command>SELECT INTO</command> for more information.
<note>
<para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment