Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6a982fc

Browse files
author
Thomas G. Lockhart
committed
Minor wording change.
1 parent 95e3cec commit 6a982fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/ref/select.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ SELECT [ALL|DISTINCT [ON <replaceable class="PARAMETER">column</replaceable>] ]
8585
If the INTO TABLE clause is specified, the result of the
8686
query will be stored in another table with the indicated
8787
name.
88-
The <replaceable class="PARAMETER">new_table</replaceable> will
89-
be created automatically and should not exist before this command.
90-
Refer to <command>SELECT INTO</command> for more information.
88+
The target table (<replaceable class="PARAMETER">new_table</replaceable>) will
89+
be created automatically and should not exist before this command.
90+
Refer to <command>SELECT INTO</command> for more information.
91+
9192
<note>
9293
<para>
9394
The <command>CREATE TABLE AS</command> statement will also

0 commit comments

Comments
 (0)